DBA Data[Home] [Help]

APPS.CTO_WIP_UTIL dependencies on WIP_CONSTANTS

Line 308: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */

304: SYSDATE, /* Last Update Date */
305: p_wip_seq, /* group_id */
306: 'WICDOL', /* source_code */
307: oel.line_id, /* source line id */
308: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
309: WIP_CONSTANTS.PENDING, /* process_status */
310: oel.ship_from_org_id, /* organization id */
311: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
312: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */

Line 309: WIP_CONSTANTS.PENDING, /* process_status */

305: p_wip_seq, /* group_id */
306: 'WICDOL', /* source_code */
307: oel.line_id, /* source line id */
308: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
309: WIP_CONSTANTS.PENDING, /* process_status */
310: oel.ship_from_org_id, /* organization id */
311: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
312: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
313: oel.schedule_ship_date, /* Date Completed */

Line 311: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */

307: oel.line_id, /* source line id */
308: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
309: WIP_CONSTANTS.PENDING, /* process_status */
310: oel.ship_from_org_id, /* organization id */
311: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
312: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
313: oel.schedule_ship_date, /* Date Completed */
314: oel.inventory_item_id, /* Primary_Item_Id */
315: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */

Line 312: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */

308: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
309: WIP_CONSTANTS.PENDING, /* process_status */
310: oel.ship_from_org_id, /* organization id */
311: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
312: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
313: oel.schedule_ship_date, /* Date Completed */
314: oel.inventory_item_id, /* Primary_Item_Id */
315: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */
316: decode(p_class_code, null, null

Line 315: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */

311: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
312: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
313: oel.schedule_ship_date, /* Date Completed */
314: oel.inventory_item_id, /* Primary_Item_Id */
315: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */
316: decode(p_class_code, null, null
317: , p_class_code), /* Accouting Class */
318: 2, /* Firm_Planned_Flag */
319: oel.demand_class_code, /* Demand Class */

Line 527: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */

523: SYSDATE, /* Last Update Date */
524: p_wip_seq, /* group_id */
525: 'WICDOL', /* source_code */
526: oel.line_id, /* source line id */
527: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
528: WIP_CONSTANTS.PENDING, /* process_status */
529: oel.ship_from_org_id, /* organization id */
530: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
531: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */

Line 528: WIP_CONSTANTS.PENDING, /* process_status */

524: p_wip_seq, /* group_id */
525: 'WICDOL', /* source_code */
526: oel.line_id, /* source line id */
527: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
528: WIP_CONSTANTS.PENDING, /* process_status */
529: oel.ship_from_org_id, /* organization id */
530: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
531: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
532: oel.schedule_ship_date, /* Date Completed */

Line 530: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */

526: oel.line_id, /* source line id */
527: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
528: WIP_CONSTANTS.PENDING, /* process_status */
529: oel.ship_from_org_id, /* organization id */
530: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
531: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
532: oel.schedule_ship_date, /* Date Completed */
533: oel.inventory_item_id, /* Primary_Item_Id */
534: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */

Line 531: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */

527: WIP_CONSTANTS.ML_VALIDATION, /* process_phase */
528: WIP_CONSTANTS.PENDING, /* process_status */
529: oel.ship_from_org_id, /* organization id */
530: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
531: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
532: oel.schedule_ship_date, /* Date Completed */
533: oel.inventory_item_id, /* Primary_Item_Id */
534: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */
535: decode(p_class_code, null, null

Line 534: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */

530: WIP_CONSTANTS.CREATE_JOB, /* Load_Type */
531: nvl(p_status_type, WIP_CONSTANTS.UNRELEASED),/* Status_Type */
532: oel.schedule_ship_date, /* Date Completed */
533: oel.inventory_item_id, /* Primary_Item_Id */
534: WIP_CONSTANTS.BASED_ON_BOM, /* Wip_Supply_Type */
535: decode(p_class_code, null, null
536: , p_class_code),
537: /* Accouting Class */
538: 2, /* Firm_Planned_Flag */