DBA Data[Home] [Help]

APPS.INVPVDR2 dependencies on INVPUTLI

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

291:
292: l_org_name HR_ALL_ORGANIZATION_UNITS_VL.name%TYPE;
293: l_msg_text fnd_new_messages.message_text%TYPE;
294:
295: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452
296:
297: begin
298:
299: -- Retrieving fnd_profile values outside the loop for perf reasons.

Line 353: INVPUTLI.info('INVPVDR2: Validating flags');

349: end if;
350: status := 1;
351: END IF;
352: IF l_inv_debug_level IN(101, 102) THEN
353: INVPUTLI.info('INVPVDR2: Validating flags');
354: END IF;
355: -- validate ENCUMBRANCE_ACCOUNT
356: select ENCUMBRANCE_REVERSAL_FLAG
357: into resersal_flag

Line 648: INVPUTLI.info('Do not do the expense account checking for the item which is not costed or purchased');

644: IF cr.costing_enabled_flag = 'N' AND -- Bug 13418048
645: (cr.purchasing_item_flag = 'N' AND
646: cr.purchasing_enabled_flag = 'N') THEN
647:
648: INVPUTLI.info('Do not do the expense account checking for the item which is not costed or purchased');
649:
650: -- check expense a/c for the item which is costed and purchased
651: elsif cr.inventory_asset_flag = 'N' and
652: cr.inventory_item_flag = 'Y' and