DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on STANDARD

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

5757: END IF; --IF l_project_id IS NOT NULL THEN
5758: END IF;
5759:
5760: IF (l_cost_group_id is null) then
5761: IF l_primary_cost_method = 1 THEN -- costing method is standard
5762: BEGIN
5763: SELECT default_cost_group_id INTO l_cost_group_id
5764: FROM mtl_secondary_inventories
5765: WHERE secondary_inventory_name = p_subinv

Line 5772: ELSE -- costing method is not standard

5768: EXCEPTION
5769: WHEN no_data_found THEN
5770: l_cost_group_id := l_org_cost_group_id;
5771: END;
5772: ELSE -- costing method is not standard
5773: l_cost_group_id := l_org_cost_group_id;
5774: END IF;
5775: END IF;
5776: return l_cost_group_id;

Line 16065: -- Standard Start of API savepoint

16061: l_inventory_item_id NUMBER;
16062:
16063: BEGIN
16064: x_return_status := lg_ret_sts_success;
16065: -- Standard Start of API savepoint
16066: SAVEPOINT sp_validations;
16067:
16068: g_pkg_name := l_api_name;
16069: IF (l_debug = 1) THEN

Line 16222: -- Standard Start of API savepoint

16218: WHERE TRANSACTION_INTERFACE_ID = p_interface_id;
16219:
16220: BEGIN
16221: x_return_status := lg_ret_sts_success;
16222: -- Standard Start of API savepoint
16223: SAVEPOINT sp_gen_validations;
16224:
16225: g_pkg_name := 'validate_serial_genealogy_data';
16226: IF (l_debug = 1) THEN