DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on WIP_OPERATIONS

Line 1225: from wip_operations

1221:
1222: begin
1223: select department_id
1224: into l_department_id
1225: from wip_operations
1226: where wip_entity_id = l_wip_entity_id
1227: and operation_seq_num = p_operation_seq_num
1228: and organization_id = p_organization_id;
1229: exception

Line 1592: from wip_operations

1588:
1589: begin
1590: select department_id
1591: into l_department_id
1592: from wip_operations
1593: where wip_entity_id = l_wip_entity_id
1594: and operation_seq_num = p_operation_seq_num
1595: and organization_id = p_organization_id;
1596: exception