DBA Data[Home] [Help]

APPS.WIP_EAM_UTILS dependencies on WIP_EAM_DIRECT_ITEMS

Line 989: from wip_eam_direct_items

985:
986:
987: select count(*)
988: into l_count
989: from wip_eam_direct_items
990: where organization_id = p_organization_id
991: and wip_entity_id = p_wip_entity_id
992: and operation_seq_num = 1;
993:

Line 1009: update wip_eam_direct_items

1005: wip_entity_id = p_wip_entity_id
1006: and operation_seq_num = l_min_op_seq_num;
1007: end if;
1008:
1009: update wip_eam_direct_items
1010: set operation_seq_num = l_min_op_seq_num,
1011: department_id = l_department_id
1012: where operation_seq_num = 1 and
1013: organization_id = p_organization_id and