DBA Data[Home] [Help]

APPS.WIP_MATERIAL_PROCESSOR dependencies on WIP_CONSTANTS

Line 111: wip_constants.PUSH, --WPUSH,--WIP_SUPPLY_TYPE, set to push???

107: l_wlcRec.transaction_date,
108: 0,
109: ROUND(l_wlcRec.primary_quantity, 6) * -1,
110: 0,
111: wip_constants.PUSH, --WPUSH,--WIP_SUPPLY_TYPE, set to push???
112: wip_constants.SUPPLY_NET, --WYES, --MRP_NET_FLAG, set to yes???
113: to_number(NULL), --set request id to null?
114: DECODE(l_wlcRec.program_application_id, -1, NULL, l_wlcRec.program_application_id),
115: DECODE(l_wlcRec.program_id, -1, NULL, l_wlcRec.program_application_id),

Line 112: wip_constants.SUPPLY_NET, --WYES, --MRP_NET_FLAG, set to yes???

108: 0,
109: ROUND(l_wlcRec.primary_quantity, 6) * -1,
110: 0,
111: wip_constants.PUSH, --WPUSH,--WIP_SUPPLY_TYPE, set to push???
112: wip_constants.SUPPLY_NET, --WYES, --MRP_NET_FLAG, set to yes???
113: to_number(NULL), --set request id to null?
114: DECODE(l_wlcRec.program_application_id, -1, NULL, l_wlcRec.program_application_id),
115: DECODE(l_wlcRec.program_id, -1, NULL, l_wlcRec.program_application_id),
116: l_wlcRec.program_update_date,