DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_PKG dependencies on FND_PROFILE

Line 464: IF fnd_profile.value('PRINT_DEBUG') = 'Y' THEN

460: END;
461:
462: BEGIN -- do_record_adjustments
463:
464: IF fnd_profile.value('PRINT_DEBUG') = 'Y' THEN
465: SELECT SUBSTR(VALUE,1,DECODE ((INSTR(VALUE,',', 1, 1)-1),0,LENGTH(VALUE)
466: ,(INSTR(VALUE,',', 1, 1)-1)))
467: INTO g_output_dir
468: FROM v$parameter

Line 1263: IF fnd_profile.value('PRINT_DEBUG') = 'Y' THEN

1259: p_event_id number(15); --R12 uptake
1260: BEGIN
1261:
1262: -- start preparation for iac adjutsments processing
1263: IF fnd_profile.value('PRINT_DEBUG') = 'Y' THEN
1264: SELECT SUBSTR(VALUE,1,DECODE ((INSTR(VALUE,',', 1, 1)-1),0,LENGTH(VALUE)
1265: ,(INSTR(VALUE,',', 1, 1)-1)))
1266: INTO g_output_dir
1267: FROM v$parameter