DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on WIP_JOB_DETAILS

Line 1039: and load_type = WIP_JOB_DETAILS.WIP_OPERATION

1035: select operation_seq_num
1036: from wip_job_dtls_interface
1037: where group_id = wjsi_row.group_id
1038: and parent_header_id = wjsi_row.header_id
1039: and load_type = WIP_JOB_DETAILS.WIP_OPERATION
1040: ) ;
1041:
1042: end if;
1043: