DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on INV_CYC_LOVS

Line 422: inv_cyc_lovs.get_cost_group_id

418: CLOSE discrepant_serial_cursor;
419:
420: -- Now deal with inserting the new dynamic tag entry
421: -- Get the cost group ID for this entry
422: inv_cyc_lovs.get_cost_group_id
423: (p_organization_id => p_organization_id,
424: p_subinventory => p_subinventory,
425: p_locator_id => p_locator_id,
426: p_parent_lpn_id => p_parent_lpn_id,

Line 444: inv_cyc_lovs.get_default_cost_group_id

440: END IF;
441: -- Get the default cost group ID based on the given org
442: -- and sub if cost group ID was not retrieved successfully
443: /*IF (l_cost_group_id = -999) THEN
444: inv_cyc_lovs.get_default_cost_group_id
445: (p_organization_id => p_organization_id,
446: p_subinventory => p_subinventory,
447: x_out => l_cost_group_id);
448: END IF;

Line 568: inv_cyc_lovs.get_cost_group_id

564: END IF;
565: -- Dynamic tag entries are allowed
566:
567: -- Get the cost group ID for this entry
568: inv_cyc_lovs.get_cost_group_id
569: (p_organization_id => p_organization_id,
570: p_subinventory => p_subinventory,
571: p_locator_id => p_locator_id,
572: p_parent_lpn_id => p_parent_lpn_id,

Line 590: inv_cyc_lovs.get_default_cost_group_id

586: END IF;
587: -- Get the default cost group ID based on the given org
588: -- and sub if cost group ID was not retrieved successfully
589: /*IF (l_cost_group_id = -999) THEN
590: inv_cyc_lovs.get_default_cost_group_id
591: (p_organization_id => p_organization_id,
592: p_subinventory => p_subinventory,
593: x_out => l_cost_group_id);
594: END IF;