DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on ENG_COPY_TABLE_ROWS_PKG

Line 4337: ENG_COPY_TABLE_ROWS_PKG.C_MTL_ITEM_REVISIONS(

4333:
4334: if (( nlssort(common_current_rev) < nlssort(item.new_item_revision))
4335: and ( l_revision_exists = 0)) --* AND condition added for Bug 4366583
4336: then
4337: ENG_COPY_TABLE_ROWS_PKG.C_MTL_ITEM_REVISIONS(
4338: X_inventory_item_id => common.assembly_item_id,
4339: X_organization_id => common.organization_id,
4340: X_revision => item.new_item_revision,
4341: X_last_update_date => SYSDATE,

Line 5045: ENG_COPY_TABLE_ROWS_PKG.C_MTL_RTG_ITEM_REVISIONS(

5041: --- 2809431 NULL;
5042: -- 2809431 ( added the below API to Populate common routing revision)
5043:
5044:
5045: ENG_COPY_TABLE_ROWS_PKG.C_MTL_RTG_ITEM_REVISIONS(
5046: X_inventory_item_id => common_routing.assembly_item_id,
5047: X_organization_id => common_routing.organization_id,
5048: X_process_revision => item.new_routing_revision,
5049: X_last_update_date => SYSDATE,