DBA Data[Home] [Help]

APPS.GL_CRM_UTILITIES_PKG dependencies on FND_REQUEST

Line 1789: RESULT := fnd_request.set_mode(TRUE);

1785: fnd_file.put_line(fnd_file.LOG,
1786: 'Launching Rate Change Program');
1787: END IF;
1788:
1789: RESULT := fnd_request.set_mode(TRUE);
1790:
1791: -- Launch concurrent request to run the Rate Change Program
1792: req_id :=
1793: fnd_request.submit_request('SQLGL', 'GLTTRC', '', '', FALSE,

Line 1793: fnd_request.submit_request('SQLGL', 'GLTTRC', '', '', FALSE,

1789: RESULT := fnd_request.set_mode(TRUE);
1790:
1791: -- Launch concurrent request to run the Rate Change Program
1792: req_id :=
1793: fnd_request.submit_request('SQLGL', 'GLTTRC', '', '', FALSE,
1794: 'D', '', CHR(0), '', '', '', '', '',
1795: '', '', '', '', '', '', '', '', '',
1796: '', '', '', '', '', '', '', '', '',
1797: '', '', '', '', '', '', '', '', '',

Line 1827: fnd_request.submit_request('SQLGL', 'GLDRICCP', '', '', FALSE,

1823: RESULT NUMBER := -1;
1824: BEGIN
1825: -- Submit the request to run Rate Change concurrent program
1826: RESULT :=
1827: fnd_request.submit_request('SQLGL', 'GLDRICCP', '', '', FALSE,
1828: CHR(0), '', '', '', '', '', '', '', '',
1829: '', '', '', '', '', '', '', '', '', '',
1830: '', '', '', '', '', '', '', '', '', '',
1831: '', '', '', '', '', '', '', '', '', '',