DBA Data[Home] [Help]

APPS.EGO_STYLE_SKU_ITEM_PVT dependencies on INV_SERIAL_NUMBER_PUB

Line 441: IF INV_SERIAL_NUMBER_PUB.is_serial_tagged(p_inventory_item_id => l_copy_inventory_item_id,

437: -- for single item flow through PIM UI.
438:
439: IF l_copy_inventory_item_id IS NOT NULL AND l_inventory_item_id IS NOT NULL and l_organization_id is not null THEN
440:
441: IF INV_SERIAL_NUMBER_PUB.is_serial_tagged(p_inventory_item_id => l_copy_inventory_item_id,
442: p_organization_id => l_organization_id)=2 THEN
443:
444: INV_SERIAL_NUMBER_PUB.copy_serial_tag_assignments(
445: p_from_item_id =>l_copy_inventory_item_id,

Line 444: INV_SERIAL_NUMBER_PUB.copy_serial_tag_assignments(

440:
441: IF INV_SERIAL_NUMBER_PUB.is_serial_tagged(p_inventory_item_id => l_copy_inventory_item_id,
442: p_organization_id => l_organization_id)=2 THEN
443:
444: INV_SERIAL_NUMBER_PUB.copy_serial_tag_assignments(
445: p_from_item_id =>l_copy_inventory_item_id,
446: p_from_org_id =>l_organization_id,
447: p_to_item_id => l_inventory_item_id,
448: p_to_org_id =>l_organization_id,