DBA Data[Home] [Help]

APPS.INVPVDR2 dependencies on FND_PROFILE

Line 299: -- Retrieving fnd_profile values outside the loop for perf reasons.

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.
300: Prof_INV_CTP := nvl( fnd_profile.value('INV_CTP'), 3);
301:
302: for cr in cc loop
303: status := 0;

Line 300: Prof_INV_CTP := nvl( fnd_profile.value('INV_CTP'), 3);

296:
297: begin
298:
299: -- Retrieving fnd_profile values outside the loop for perf reasons.
300: Prof_INV_CTP := nvl( fnd_profile.value('INV_CTP'), 3);
301:
302: for cr in cc loop
303: status := 0;
304: trans_id := cr.transaction_id;