DBA Data[Home] [Help]

APPS.GCS_ENG_CP_UTILITY_PKG dependencies on FND_REQUEST

Line 68: l_request_id := fnd_request.submit_request(

64: --Start of Bugfix 5524909
65: --In this case the control comes from Manual Adj.
66: --So we need to send notification with attachment. Making a call to GCS_PDF_GEN concurrent program
67: --to generate PDF and sent the notification there after
68: l_request_id := fnd_request.submit_request(
69: application => 'GCS',
70: program => 'FCH_PDF_GEN',
71: sub_request => FALSE,
72: argument1 => p_entry_id,

Line 93: l_request_id := fnd_request.submit_request(

89: FROM gcs_cons_eng_run_dtls
90: WHERE run_detail_id = p_run_detail_id;
91:
92: IF (l_request_error_code <> 'NOT_APPLICABLE') THEN
93: l_request_id := fnd_request.submit_request(
94: application => 'GCS',
95: program => 'FCH_XML_WRITER',
96: sub_request => FALSE,
97: argument1 => 'CONSOLIDATION',

Line 153: l_request_id := fnd_request.submit_request(

149: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.SUBMIT_XML_NTF_PROGRAM', 'Entry ID : ' || p_entry_id);
150: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, g_api || '.SUBMIT_XML_NTF_PROGRAM', 'Load ID : ' || p_load_id);
151: END IF;
152:
153: l_request_id := fnd_request.submit_request(
154: application => 'GCS',
155: program => 'FCH_XML_NTF_UTILITY',
156: sub_request => FALSE,
157: argument1 => p_execution_type,