DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_OI dependencies on INVPUTLI

Line 349: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level;

345: l_records_updated VARCHAR2(1); --bUG 4527222
346:
347: l_item_number VARCHAR2(40); --5522789
348: l_ret_old_category_id NUMBER;
349: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level;
350:
351: l_ItemNum_GenMethod VARCHAR2(1); --Added for Bug 9305193 Fix
352:
353: BEGIN

Line 945: INVPUTLI.info('INVCICIB. Security check skipped for Item Org CS' || l_inventory_item_id || '-' || l_organization_id || '-' || l_category_set_id);

941: END IF;
942: --End:Check for data security and user privileges
943: ELSE
944: IF l_inv_debug_level IN(101, 102) THEN
945: INVPUTLI.info('INVCICIB. Security check skipped for Item Org CS' || l_inventory_item_id || '-' || l_organization_id || '-' || l_category_set_id);
946: END IF;
947: END IF;
948: INV_ITEM_MSG.Debug(Mctx, 'After checking for created_by ');
949: --Resolve SYNC records to CREATE/UPDATE

Line 1015: INVPUTLI.info('INVCICIB. Security check skipped for Item Org CS' || l_inventory_item_id || '-' || l_organization_id || '-' || l_category_set_id);

1011:
1012: END IF;
1013: ELSE
1014: IF l_inv_debug_level IN(101, 102) THEN
1015: INVPUTLI.info('INVCICIB. Security check skipped for Item Org CS' || l_inventory_item_id || '-' || l_organization_id || '-' || l_category_set_id);
1016: END IF;
1017: END IF; -- created_d by
1018: END IF; -- UPLOAD REC
1019: