DBA Data[Home] [Help]

APPS.WIP_EAM_UTILS dependencies on WIP_EAM_DIRECT_ITEMS

Line 976: from wip_eam_direct_items

972:
973:
974: select count(*)
975: into l_count
976: from wip_eam_direct_items
977: where organization_id = p_organization_id
978: and wip_entity_id = p_wip_entity_id
979: and operation_seq_num = 1;
980:

Line 996: update wip_eam_direct_items

992: wip_entity_id = p_wip_entity_id
993: and operation_seq_num = l_min_op_seq_num;
994: end if;
995:
996: update wip_eam_direct_items
997: set operation_seq_num = l_min_op_seq_num,
998: department_id = l_department_id
999: where operation_seq_num = 1 and
1000: organization_id = p_organization_id and