DBA Data[Home] [Help]

APPS.INV_ITEM_CATEGORY_OI dependencies on INVPUTLI

Line 346: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level;

342: l_records_updated VARCHAR2(1); --bUG 4527222
343:
344: l_item_number VARCHAR2(40); --5522789
345: l_ret_old_category_id NUMBER;
346: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level;
347:
348: BEGIN
349:
350: --Start 2698140 : Gather stats before running

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

890: END IF;
891: --End:Check for data security and user privileges
892: ELSE
893: IF l_inv_debug_level IN(101, 102) THEN
894: INVPUTLI.info('INVCICIB. Security check skipped for Item Org CS' || l_inventory_item_id || '-' || l_organization_id || '-' || l_category_set_id);
895: END IF;
896: END IF;
897:
898: --Resolve SYNC records to CREATE/UPDATE

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

958:
959: END IF;
960: ELSE
961: IF l_inv_debug_level IN(101, 102) THEN
962: INVPUTLI.info('INVCICIB. Security check skipped for Item Org CS' || l_inventory_item_id || '-' || l_organization_id || '-' || l_category_set_id);
963: END IF;
964: END IF; -- created_d by
965: END IF; -- UPLOAD REC
966: