DBA Data[Home] [Help]

APPS.BEN_CONC_REPORTS dependencies on FND_REQUEST

Line 1539: l_request_id := FND_REQUEST.SUBMIT_REQUEST

1535: --
1536: if p_report_name = 'BENSMREP' then
1537: --
1538: -- fnd_file.put_line(fnd_file.log, 'before submitting request for BENSMREP ..');
1539: l_request_id := FND_REQUEST.SUBMIT_REQUEST
1540: (application => 'BEN',
1541: program => 'BENSMREP',
1542: sub_request => FALSE,
1543: argument1 => to_char(fnd_date.canonical_to_date(p_effective_date),'YYYY/MM/DD HH24:MI:SS') , /* Bug 3905852*/

Line 1574: l_request_id := FND_REQUEST.SUBMIT_REQUEST

1570:
1571: elsif p_report_name = 'BEENRKIT' then
1572: --
1573: -- fnd_file.put_line(fnd_file.log, 'before submitting request for BEENRKIT..');
1574: l_request_id := FND_REQUEST.SUBMIT_REQUEST
1575: (application => 'BEN',
1576: program => 'BEENRKIT',
1577: sub_request => FALSE,
1578: argument1 => to_char(fnd_date.canonical_to_date(p_effective_date),'YYYY/MM/DD HH24:MI:SS') , /* Bug 3905852*/