DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on ENG_COPY_TABLE_ROWS_PKG

Line 4079: ENG_COPY_TABLE_ROWS_PKG.C_MTL_ITEM_REVISIONS(

4075:
4076: if (( nlssort(common_current_rev) < nlssort(item.new_item_revision))
4077: and ( l_revision_exists = 0)) --* AND condition added for Bug 4366583
4078: then
4079: ENG_COPY_TABLE_ROWS_PKG.C_MTL_ITEM_REVISIONS(
4080: X_inventory_item_id => common.assembly_item_id,
4081: X_organization_id => common.organization_id,
4082: X_revision => item.new_item_revision,
4083: X_last_update_date => SYSDATE,

Line 4781: ENG_COPY_TABLE_ROWS_PKG.C_MTL_RTG_ITEM_REVISIONS(

4777: --- 2809431 NULL;
4778: -- 2809431 ( added the below API to Populate common routing revision)
4779:
4780:
4781: ENG_COPY_TABLE_ROWS_PKG.C_MTL_RTG_ITEM_REVISIONS(
4782: X_inventory_item_id => common_routing.assembly_item_id,
4783: X_organization_id => common_routing.organization_id,
4784: X_process_revision => item.new_routing_revision,
4785: X_last_update_date => SYSDATE,