DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on WIP_OPERATIONS

Line 1584: from wip_operations

1580:
1581: begin
1582: select department_id
1583: into l_department_id
1584: from wip_operations
1585: where wip_entity_id = l_wip_entity_id
1586: and operation_seq_num = p_operation_seq_num
1587: and organization_id = p_organization_id;
1588: exception

Line 1958: from wip_operations

1954:
1955: begin
1956: select department_id
1957: into l_department_id
1958: from wip_operations
1959: where wip_entity_id = l_wip_entity_id
1960: and operation_seq_num = p_operation_seq_num
1961: and organization_id = p_organization_id;
1962: exception