pipekit/config/modules/iprca.json
Paul Trowbridge 6a3ac0e436 Add Bucket 1 CMS→pipekit modules (41 tables)
Full-reload modules for the CMS/DB2 tables migrated off /opt/sync, landing
in cms.*. Columns introspected fresh from DB2 (QSYS2.SYSCOLUMNS). Three large
tables use incremental merge ported from the legacy sync instead of full
reload: iprcctn/iprccto (date watermark on t8date/t7date), ffpdglr1 (fiscal-
period watermark via rprh join, keyed on btid).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-27 12:33:48 -04:00

184 lines
4.5 KiB
JSON

{
"name": "iprca",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.iprca",
"staging_table": "pipekit_staging.iprca",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Pricing - Price List Code Description 6.1",
"columns": [
{
"source_name": "JAPLCD",
"source_type": "CHAR(5)",
"dest_name": "japlcd",
"dest_type": "text",
"description": "Price List"
},
{
"source_name": "JAPLDS",
"source_type": "CHAR(30)",
"dest_name": "japlds",
"dest_type": "text",
"description": "Price List Description"
},
{
"source_name": "JAPLD1",
"source_type": "CHAR(30)",
"dest_name": "japld1",
"dest_type": "text",
"description": "Price List Description"
},
{
"source_name": "JAPLD2",
"source_type": "CHAR(30)",
"dest_name": "japld2",
"dest_type": "text",
"description": "Price List Description"
},
{
"source_name": "JABQTP",
"source_type": "CHAR(1)",
"dest_name": "jabqtp",
"dest_type": "text",
"description": "Best Quantity Pricing"
},
{
"source_name": "JABQGN",
"source_type": "CHAR(1)",
"dest_name": "jabqgn",
"dest_type": "text",
"description": "Allow Global Re-Price"
},
{
"source_name": "JABQUN",
"source_type": "NUMERIC(10,0)",
"dest_name": "jabqun",
"dest_type": "numeric(10,0)",
"description": "Last Global Re-Price Run Date"
},
{
"source_name": "JAPLNT",
"source_type": "CHAR(3)",
"dest_name": "japlnt",
"dest_type": "text",
"description": "Plant Code"
},
{
"source_name": "JABQUT",
"source_type": "NUMERIC(6,0)",
"dest_name": "jabqut",
"dest_type": "numeric(6,0)",
"description": "Last Global Re-Price Run Time"
},
{
"source_name": "JALQUN",
"source_type": "NUMERIC(10,0)",
"dest_name": "jalqun",
"dest_type": "numeric(10,0)",
"description": "Last Global Re-Run Run Date"
},
{
"source_name": "JALQUT",
"source_type": "NUMERIC(6,0)",
"dest_name": "jalqut",
"dest_type": "numeric(6,0)",
"description": "Last Global Re-Run Run Time"
},
{
"source_name": "JAADISC",
"source_type": "CHAR(1)",
"dest_name": "jaadisc",
"dest_type": "text",
"description": "Apply Disc/Charge to Standard Sales Order"
},
{
"source_name": "JAHREAS",
"source_type": "CHAR(2)",
"dest_name": "jahreas",
"dest_type": "text",
"description": "Hold Reason"
},
{
"source_name": "JAFUT1",
"source_type": "CHAR(1)",
"dest_name": "jafut1",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT2",
"source_type": "CHAR(1)",
"dest_name": "jafut2",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT3",
"source_type": "CHAR(1)",
"dest_name": "jafut3",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT4",
"source_type": "CHAR(1)",
"dest_name": "jafut4",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT5",
"source_type": "CHAR(1)",
"dest_name": "jafut5",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT6",
"source_type": "CHAR(10)",
"dest_name": "jafut6",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT7",
"source_type": "CHAR(10)",
"dest_name": "jafut7",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT8",
"source_type": "CHAR(20)",
"dest_name": "jafut8",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT9",
"source_type": "CHAR(20)",
"dest_name": "jafut9",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "JAFUT10",
"source_type": "NUMERIC(15,5)",
"dest_name": "jafut10",
"dest_type": "numeric(15,5)",
"description": "Future Use"
},
{
"source_name": "JAFUT11",
"source_type": "NUMERIC(15,5)",
"dest_name": "jafut11",
"dest_type": "numeric(15,5)",
"description": "Future Use"
}
],
"watermarks": [],
"hooks": []
}