DBA Data[Home] [Help]

APPS.GMPMPACT dependencies on FND_REQUEST

Line 197: X_status := FND_REQUEST.SET_PRINT_OPTIONS(V_printer,

193:
194: /*
195: -- Invoke the concurrent manager from here
196: IF V_number_of_copies > 0 THEN
197: X_status := FND_REQUEST.SET_PRINT_OPTIONS(V_printer,
198: UPPER(V_user_print_style),
199: V_number_of_copies, TRUE, 'N');
200: END IF;
201: -- request is submitted to the concurrent manager

Line 205: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIPS1USR','',

201: -- request is submitted to the concurrent manager
202: FND_FILE.PUT_LINE ( FND_FILE.LOG,' Submitting the Req '||sqlerrm);
203:
204: -- B3679023 niyadav changed 'TO_CHAR(G_user_id)' to 'TO_CHAR(G_Buyer_plnr_id)' .
205: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIPS1USR','',
206: TO_CHAR(V_run_date,'YYYY/MM/DD HH24:MI:SS'),
207: FALSE, TO_CHAR(G_matl_rep_id),
208: TO_CHAR(G_Buyer_plnr_id), X_ri_where,
209: G_fwhse_code||','||G_twhse_code,'','','','','','',

Line 2209: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPUBCKT','', '',FALSE,

2205:
2206:
2207: BEGIN
2208:
2209: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPUBCKT','', '',FALSE,
2210: p_sequence_num, chr(0),'','','','','','','','','','','',
2211: '','','','','','','','','','','','','','','',
2212: '','','','','','','','','','',
2213: '','','','','','','','','','',

Line 2243: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */

2239: );
2240:
2241: DELETE FROM gmp_unbucketed_xml_temp WHERE ubckt_matl_xml_id = p_sequence_num;
2242:
2243: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
2244: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
2245: l_conc_id,554,G_template,
2246: G_template_locale,'N','','','','','','','','',
2247: '','','','','','','','','','','','','','','',

Line 2244: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',

2240:
2241: DELETE FROM gmp_unbucketed_xml_temp WHERE ubckt_matl_xml_id = p_sequence_num;
2242:
2243: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
2244: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
2245: l_conc_id,554,G_template,
2246: G_template_locale,'N','','','','','','','','',
2247: '','','','','','','','','','','','','','','',
2248: '','','','','','','','','','',