DBA Data[Home] [Help]

APPS.WSM_MES_UTILITIES_PVT dependencies on WIP_DISCRETE_JOBS

Line 697: from wip_discrete_jobs WDJ,

693: l_job_op_seq_num,
694: l_quantity,
695: l_status_type,
696: l_intraop_step
697: from wip_discrete_jobs WDJ,
698: wip_entities WE,
699: wip_operations WO
700: where WE.entity_type in (5, 8)
701: and WDJ.wip_entity_id = we.wip_entity_id

Line 764: from wip_discrete_jobs WDJ,

760: l_wip_entity_id,
761: l_op_seq_num,
762: l_status_type,
763: l_rtg_op_seq_num
764: from wip_discrete_jobs WDJ,
765: wip_entities WE,
766: wip_operations WO,
767: wip_operation_resources WOR,
768: wsm_lot_based_jobs WLBJ

Line 807: from wip_discrete_jobs WDJ,

803: l_wip_entity_id,
804: l_op_seq_num,
805: l_status_type,
806: l_rtg_op_seq_num
807: from wip_discrete_jobs WDJ,
808: wip_entities WE,
809: wip_operations WO,
810: wip_operation_resources WOR,
811: wip_op_resource_instances WORI,