DBA Data[Home] [Help]

APPS.WIP_RESOURCE_VALIDATIONS dependencies on WIP_TRANSACTIONS

Line 217: from wip_transactions wt

213: and wjdi.load_type = wip_job_details.wip_resource
214: and wjdi.substitution_type = p_substitution_type
215: and wjdi.operation_seq_num = p_operation_seq_num
216: and ( exists (select 1
217: from wip_transactions wt
218: where wt.wip_entity_id = p_wip_entity_id
219: and wt.organization_id = p_organization_id
220: and wt.operation_seq_num = p_operation_seq_num
221: and wt.resource_seq_num = p_resource_seq_num

Line 305: from wip_transactions wt

301: and wjdi.load_type = wip_job_details.wip_resource
302: and wjdi.substitution_type = p_substitution_type
303: and wjdi.operation_seq_num = p_operation_seq_num
304: and ( exists (select 1
305: from wip_transactions wt
306: where wt.wip_entity_id = p_wip_entity_id
307: and wt.organization_id = p_organization_id
308: and wt.operation_seq_num = p_operation_seq_num
309: and wt.resource_seq_num = p_resource_seq_num