DBA Data[Home] [Help]

APPS.AR_GTA_CONC_PROG dependencies on FND_FILE

Line 200: fnd_file.put_line(fnd_file.output

196: '
197: Y
198: ';
199:
200: fnd_file.put_line(fnd_file.output
201: ,l_ar_gta_gta_not_enabled);
202:
203: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
204: ,message => l_ar_gta_gta_not_enabled);

Line 699: fnd_file.put_line(fnd_file.output

695: Y
696: ';
697:
698: -- Output the context of l_ar_gta_gta_not_enabled
699: fnd_file.put_line(fnd_file.output
700: ,l_ar_gta_gta_not_enabled);
701: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
702: ,message => l_ar_gta_gta_not_enabled);
703:

Line 831: fnd_file.put_line(fnd_file.output

827: ,'AR_GTA_GTA_NOT_ENABLE');
828: l_ar_gta_gta_not_enabled := '//' || fnd_message.get;
829:
830: -- Output the context of l_ar_gta_gta_not_enabled
831: fnd_file.put_line(fnd_file.output
832: ,l_ar_gta_gta_not_enabled);
833: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
834: ,message => l_ar_gta_gta_not_enabled);
835: RETURN;

Line 939: fnd_file.put_line(fnd_file.output

935: ,'AR_GTA_GTA_NOT_ENABLE');
936: l_ar_gta_gta_not_enabled := '//' || fnd_message.get;
937:
938: -- Output the context of l_ar_gta_gta_not_enabled
939: fnd_file.put_line(fnd_file.output
940: ,l_ar_gta_gta_not_enabled);
941: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
942: ,message => l_ar_gta_gta_not_enabled);
943: RETURN;

Line 1158: fnd_file.put_line(fnd_file.output

1154: INTO l_report_xml
1155: FROM dual;
1156:
1157: --output error message to concurrent output
1158: fnd_file.put_line(fnd_file.output
1159: ,l_report_xml.getstringval());
1160:
1161: --Set concurrent status to 'WARNING'
1162: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'

Line 1352: fnd_file.put_line(fnd_file.output

1348: --Display error message
1349: fnd_message.set_name('AR'
1350: ,'AR_GTA_GTA_NOT_ENABLE');
1351: l_ar_gta_not_enabled_msg := fnd_message.get;
1352: fnd_file.put_line(fnd_file.output
1353: ,l_ar_gta_not_enabled_msg);
1354:
1355: --Set concurrent status to 'WARNING'
1356: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'

Line 1476: fnd_file.put_line(fnd_file.output

1472: fnd_message.set_name('AR'
1473: ,'AR_GTA_GTA_NOT_ENABLE');
1474: l_ar_gta_gta_not_enabled := fnd_message.get;
1475:
1476: fnd_file.put_line(fnd_file.output
1477: ,l_ar_gta_gta_not_enabled);
1478:
1479: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
1480: ,message => l_ar_gta_gta_not_enabled);

Line 1540: fnd_file.PUT_LINE(fnd_file.LOG,'Begin Procedure.'||l_procedure_name);

1536: l_consol_paras ar_gta_trx_util.consolparas_rec_type;
1537:
1538:
1539: BEGIN
1540: fnd_file.PUT_LINE(fnd_file.LOG,'Begin Procedure.'||l_procedure_name);
1541: IF(FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
1542: THEN
1543: fnd_log.STRING(fnd_log.LEVEL_PROCEDURE
1544: , G_MODULE_PREFIX ||'.'|| l_procedure_name

Line 1582: fnd_file.put_line(fnd_file.output

1578: '
1579: Y
1580: ';
1581:
1582: fnd_file.put_line(fnd_file.output
1583: ,l_ar_gta_gta_not_enabled);
1584:
1585: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
1586: ,message => l_ar_gta_gta_not_enabled);

Line 1707: fnd_file.put_line(fnd_file.output

1703: ' ||
1704: fnd_message.get ||
1705: '

1706: ';
1707: fnd_file.put_line(fnd_file.output
1708: ,l_ar_gta_gta_not_enabled);
1709: --------------------------------------------------------------------------
1710: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
1711: ,message => l_ar_gta_gta_not_enabled);

Line 1799: fnd_file.put_line(fnd_file.output

1795:
1796: l_ar_gta_gta_not_enabled := fnd_message.get;
1797:
1798: -- Output the context of l_ar_gta_gta_not_enabled
1799: fnd_file.put_line(fnd_file.output
1800: ,l_ar_gta_gta_not_enabled);
1801: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
1802: ,message => l_ar_gta_gta_not_enabled);
1803:

Line 1884: fnd_file.put_line(fnd_file.output

1880:
1881: l_ar_gta_gta_not_enabled := fnd_message.get;
1882:
1883: -- Output the context of l_ar_gta_gta_not_enabled
1884: fnd_file.put_line(fnd_file.output
1885: ,l_ar_gta_gta_not_enabled);
1886: l_conc_succ := fnd_concurrent.set_completion_status(status => 'WARNING'
1887: ,message => l_ar_gta_gta_not_enabled);
1888: