DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on STANDARD

Line 5382: IF l_primary_cost_method = 1 THEN -- costing method is standard

5378: END IF; --IF l_project_id IS NOT NULL THEN
5379: END IF;
5380:
5381: IF (l_cost_group_id is null) then
5382: IF l_primary_cost_method = 1 THEN -- costing method is standard
5383: BEGIN
5384: SELECT default_cost_group_id INTO l_cost_group_id
5385: FROM mtl_secondary_inventories
5386: WHERE secondary_inventory_name = p_subinv

Line 5393: ELSE -- costing method is not standard

5389: EXCEPTION
5390: WHEN no_data_found THEN
5391: l_cost_group_id := l_org_cost_group_id;
5392: END;
5393: ELSE -- costing method is not standard
5394: l_cost_group_id := l_org_cost_group_id;
5395: END IF;
5396: END IF;
5397: return l_cost_group_id;

Line 15437: -- Standard Start of API savepoint

15433: l_inventory_item_id NUMBER;
15434:
15435: BEGIN
15436: x_return_status := lg_ret_sts_success;
15437: -- Standard Start of API savepoint
15438: SAVEPOINT sp_validations;
15439:
15440: g_pkg_name := l_api_name;
15441: IF (l_debug = 1) THEN

Line 15594: -- Standard Start of API savepoint

15590: WHERE TRANSACTION_INTERFACE_ID = p_interface_id;
15591:
15592: BEGIN
15593: x_return_status := lg_ret_sts_success;
15594: -- Standard Start of API savepoint
15595: SAVEPOINT sp_gen_validations;
15596:
15597: g_pkg_name := 'validate_serial_genealogy_data';
15598: IF (l_debug = 1) THEN