DBA Data[Home] [Help]

APPS.GL_CRM_UTILITIES_PKG dependencies on FND_REQUEST

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

2012: fnd_file.put_line(fnd_file.LOG,
2013: 'Launching Rate Change Program');
2014:
2015:
2016: RESULT := fnd_request.set_mode(TRUE);
2017:
2018: -- Launch concurrent request to run the Rate Change Program
2019: req_id :=
2020: fnd_request.submit_request('SQLGL', 'GLTTRC', '', '', FALSE,

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

2016: RESULT := fnd_request.set_mode(TRUE);
2017:
2018: -- Launch concurrent request to run the Rate Change Program
2019: req_id :=
2020: fnd_request.submit_request('SQLGL', 'GLTTRC', '', '', FALSE,
2021: 'D', '', CHR(0), '', '', '', '', '',
2022: '', '', '', '', '', '', '', '', '',
2023: '', '', '', '', '', '', '', '', '',
2024: '', '', '', '', '', '', '', '', '',

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

2066: RESULT NUMBER := -1;
2067: BEGIN
2068: -- Submit the request to run Rate Change concurrent program
2069: RESULT :=
2070: fnd_request.submit_request('SQLGL', 'GLDRICCP', '', '', FALSE,
2071: CHR(0), '', '', '', '', '', '', '', '',
2072: '', '', '', '', '', '', '', '', '', '',
2073: '', '', '', '', '', '', '', '', '', '',
2074: '', '', '', '', '', '', '', '', '', '',