DBA Data[Home] [Help]

APPS.JMF_GTA_CONC_PROG dependencies on FND_FILE

Line 181: fnd_file.put_line(fnd_file.output

177: '
178: Y
179: ';
180:
181: fnd_file.put_line(fnd_file.output
182: ,l_jmf_gta_gta_not_enabled);
183:
184: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
185: ,message => l_jmf_gta_gta_not_enabled);

Line 675: fnd_file.put_line(fnd_file.output

671: Y
672: ';
673:
674: -- Output the context of l_jmf_gta_gta_not_enabled
675: fnd_file.put_line(fnd_file.output
676: ,l_jmf_gta_gta_not_enabled);
677: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
678: ,message => l_jmf_gta_gta_not_enabled);
679:

Line 807: fnd_file.put_line(fnd_file.output

803: ,'JMF_GTA_GTA_NOT_ENABLE');
804: l_jmf_gta_gta_not_enabled := '//' || fnd_message.get;
805:
806: -- Output the context of l_jmf_gta_gta_not_enabled
807: fnd_file.put_line(fnd_file.output
808: ,l_jmf_gta_gta_not_enabled);
809: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
810: ,message => l_jmf_gta_gta_not_enabled);
811: RETURN;

Line 915: fnd_file.put_line(fnd_file.output

911: ,'JMF_GTA_GTA_NOT_ENABLE');
912: l_jmf_gta_gta_not_enabled := '//' || fnd_message.get;
913:
914: -- Output the context of l_jmf_gta_gta_not_enabled
915: fnd_file.put_line(fnd_file.output
916: ,l_jmf_gta_gta_not_enabled);
917: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
918: ,message => l_jmf_gta_gta_not_enabled);
919: RETURN;

Line 1134: fnd_file.put_line(fnd_file.output

1130: INTO l_report_xml
1131: FROM dual;
1132:
1133: --output error message to concurrent output
1134: fnd_file.put_line(fnd_file.output
1135: ,l_report_xml.getstringval());
1136:
1137: --Set concurrent status to 'WARNING'
1138: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'

Line 1328: fnd_file.put_line(fnd_file.output

1324: --Display error message
1325: fnd_message.set_name('JMF'
1326: ,'JMF_GTA_GTA_NOT_ENABLE');
1327: l_jmf_gta_not_enabled_msg := fnd_message.get;
1328: fnd_file.put_line(fnd_file.output
1329: ,l_jmf_gta_not_enabled_msg);
1330:
1331: --Set concurrent status to 'WARNING'
1332: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'

Line 1452: fnd_file.put_line(fnd_file.output

1448: fnd_message.set_name('JMF'
1449: ,'JMF_GTA_GTA_NOT_ENABLE');
1450: l_jmf_gta_gta_not_enabled := fnd_message.get;
1451:
1452: fnd_file.put_line(fnd_file.output
1453: ,l_jmf_gta_gta_not_enabled);
1454:
1455: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
1456: ,message => l_jmf_gta_gta_not_enabled);