DBA Data[Home] [Help]

APPS.INV_ITEM_ORG_ASSIGN_CP dependencies on INV_SERIAL_NUMBER_PUB

Line 1862: IF ( INV_SERIAL_NUMBER_PUB.is_serial_tagged(p_inventory_item_id => l_inventory_item_id,

1858: end if;
1859: END IF;
1860:
1861: -- Serial_tagging -- bug 9913552
1862: IF ( INV_SERIAL_NUMBER_PUB.is_serial_tagged(p_inventory_item_id => l_inventory_item_id,
1863: p_organization_id => l_master_org_id)=2 ) THEN
1864:
1865: /* both p_from_item_id and p_to_item_id will be same in this case */
1866: INV_SERIAL_NUMBER_PUB.copy_serial_tag_assignments(

Line 1866: INV_SERIAL_NUMBER_PUB.copy_serial_tag_assignments(

1862: IF ( INV_SERIAL_NUMBER_PUB.is_serial_tagged(p_inventory_item_id => l_inventory_item_id,
1863: p_organization_id => l_master_org_id)=2 ) THEN
1864:
1865: /* both p_from_item_id and p_to_item_id will be same in this case */
1866: INV_SERIAL_NUMBER_PUB.copy_serial_tag_assignments(
1867: p_from_item_id => l_inventory_item_id,
1868: p_from_org_id => l_master_org_id,
1869: p_to_item_id => items_interface_row.inventory_item_id,
1870: p_to_org_id => items_interface_row.organization_id,