DBA Data[Home] [Help]

APPS.GMPMPACT dependencies on FND_REQUEST

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

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

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

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

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

2143:
2144:
2145: BEGIN
2146:
2147: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPUBCKT','', '',FALSE,
2148: p_sequence_num, chr(0),'','','','','','','','','','','',
2149: '','','','','','','','','','','','','','','',
2150: '','','','','','','','','','',
2151: '','','','','','','','','','',

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

2177: );
2178:
2179: DELETE FROM gmp_unbucketed_xml_temp WHERE ubckt_matl_xml_id = p_sequence_num;
2180:
2181: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
2182: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
2183: l_conc_id,554,G_template,
2184: G_template_locale,'N','','','','','','','','',
2185: '','','','','','','','','','','','','','','',

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

2178:
2179: DELETE FROM gmp_unbucketed_xml_temp WHERE ubckt_matl_xml_id = p_sequence_num;
2180:
2181: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
2182: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
2183: l_conc_id,554,G_template,
2184: G_template_locale,'N','','','','','','','','',
2185: '','','','','','','','','','','','','','','',
2186: '','','','','','','','','','',