DBA Data[Home] [Help]

APPS.INV_ITEM_GRP dependencies on INVPUTLI

Line 1140: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452

1136: l_err_text VARCHAR2(2000);
1137:
1138: l_idx BINARY_INTEGER;
1139: l_only_validate NUMBER;
1140: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452
1141:
1142: -- Bug 9092888 - changes
1143: l_err_bug VARCHAR2(1000);
1144: l_ret_code VARCHAR2(1000);

Line 1276: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: calling INVPOPIF.inopinp_open_interface_process');

1272: l_only_validate := p_Item_rec.PROCESS_ITEM_RECORD;
1273: END IF;
1274:
1275: IF l_inv_debug_level IN(101, 102) THEN
1276: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: calling INVPOPIF.inopinp_open_interface_process');
1277: END IF;
1278: l_return_code :=
1279: INVPOPIF.inopinp_open_interface_process
1280: (

Line 1298: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: done INVPOPIF.inopinp_open_interface_process: l_return_code = ' || l_return_code);

1294: , run_mode => l_IOI_run_mode
1295: );
1296:
1297: IF l_inv_debug_level IN(101, 102) THEN
1298: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: done INVPOPIF.inopinp_open_interface_process: l_return_code = ' || l_return_code);
1299: END IF;
1300:
1301: --------------------------------------------------------------------------
1302: -- Get IOI transaction_id and process_flag for the current set_process_id

Line 1354: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: l_process_flag = ' || l_process_flag || ' l_return_code = ' || l_return_code || ' l_err_text = ' || l_err_text);

1350: set_process_id = l_set_process_id;
1351: END IF; -- Bug 12635842
1352:
1353: IF l_inv_debug_level IN(101, 102) THEN
1354: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: l_process_flag = ' || l_process_flag || ' l_return_code = ' || l_return_code || ' l_err_text = ' || l_err_text);
1355: END IF;
1356: -- Bug 13935085 START. Get the Item Reivsion record status also
1357: BEGIN
1358: SELECT

Line 1375: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: l_rev_process_flag = ' || l_rev_process_flag || ' l_return_code = ' || l_return_code || ' l_err_text = ' || l_err_text);

1371: END;
1372: -- Bug 13935085 END
1373:
1374: IF l_inv_debug_level IN(101, 102) THEN
1375: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: l_rev_process_flag = ' || l_rev_process_flag || ' l_return_code = ' || l_return_code || ' l_err_text = ' || l_err_text);
1376: END IF;
1377: -----------------------------------------------------------
1378: -- Populate the API Error_tbl with the IOI errors, if any.
1379: -----------------------------------------------------------

Line 1466: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: calling INV_ITEM_GRP.Get_Item');

1462: -- IF ( p_transaction_type <> 'UPDATE' ) then
1463: -- END IF;
1464:
1465: IF l_inv_debug_level IN(101, 102) THEN
1466: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: calling INV_ITEM_GRP.Get_Item');
1467: END IF;
1468:
1469: INV_ITEM_GRP.Get_Item
1470: (

Line 1511: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: calling INV_ITEM_GRP.Get_IOI_Errors');

1507:
1508: l_idx := NVL( x_Error_tbl.COUNT, 0);
1509:
1510: IF l_inv_debug_level IN(101, 102) THEN
1511: INVPUTLI.info('INV_ITEM_GRP.IOI_Process: calling INV_ITEM_GRP.Get_IOI_Errors');
1512: END IF;
1513:
1514: INV_ITEM_GRP.Get_IOI_Errors
1515: ( p_transaction_id => l_transaction_id