DBA Data[Home] [Help]

APPS.WIP_RESOURCE_VALIDATIONS dependencies on WIP_COST_TXN_INTERFACE

Line 224: from wip_cost_txn_interface wcti, bom_resources br

220: and wt.operation_seq_num = p_operation_seq_num
221: and wt.resource_seq_num = p_resource_seq_num
222: and wt.resource_id = p_resource_id_old)
223: or exists (select 1
224: from wip_cost_txn_interface wcti, bom_resources br
225: where wcti.wip_entity_id = p_wip_entity_id
226: and wcti.organization_id = p_organization_id
227: and wcti.operation_seq_num = p_operation_seq_num
228: and wcti.resource_seq_num = p_resource_seq_num

Line 312: from wip_cost_txn_interface wcti, bom_resources br

308: and wt.operation_seq_num = p_operation_seq_num
309: and wt.resource_seq_num = p_resource_seq_num
310: and wt.resource_id = p_resource_id_old)
311: or exists (select 1
312: from wip_cost_txn_interface wcti, bom_resources br
313: where wcti.wip_entity_id = p_wip_entity_id
314: and wcti.organization_id = p_organization_id
315: and wcti.operation_seq_num = p_operation_seq_num
316: and wcti.resource_seq_num = p_resource_seq_num