DBA Data[Home] [Help]

APPS.GCS_ADJ_APPROVAL_WF_PKG dependencies on FND_REQUEST

Line 164: l_request_id := fnd_request.submit_request(

160: SET approval_status_code = 'IN_PROGRESS'
161: WHERE entry_id = p_item_key;
162:
163: -- Create PDF file to be attached to Notification
164: l_request_id := fnd_request.submit_request(
165: application => 'GCS',
166: program => 'FCH_PDF_GEN',
167: sub_request => FALSE,
168: argument1 => l_entry_id,

Line 1128: l_request_id := fnd_request.submit_request(

1124: p_item_key,
1125: 'CONVERSION_TYPE');
1126:
1127:
1128: l_request_id := fnd_request.submit_request(
1129: application => 'GCS',
1130: program => 'FCH_ENTRY_WRITEBACK',
1131: sub_request => FALSE,
1132: argument1 => l_entry_id,