DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_JOB_DTLS_INTERFACE

Line 4798: from wip_job_dtls_interface

4794: where wo.wip_entity_id = wdj.wip_entity_id and
4795: wo.organization_id = wdj.organization_id
4796: minus
4797: select operation_seq_num
4798: from wip_job_dtls_interface
4799: where group_id = wjsi_row.group_id
4800: and parent_header_id = wjsi_row.header_id
4801: and load_type = WIP_JOB_DETAILS.WIP_OPERATION
4802: ) ;