[Home] [Help]
156:
157: -- Invoke the concurrent manager from here
158: /*
159: IF V_number_of_copies > 0 THEN
160: X_status := FND_REQUEST.SET_PRINT_OPTIONS(V_printer, UPPER(V_user_print_style),
161: V_number_of_copies, TRUE, 'N');
162: END IF;
163: */
164: -- request is submitted to the concurrent manager
162: END IF;
163: */
164: -- request is submitted to the concurrent manager
165: /*
166: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIPS2USR','',
167: TO_CHAR(V_run_date,'YYYY/MM/DD HH24:MI:SS'), FALSE, TO_CHAR(G_matl_rep_id),
168: TO_CHAR(G_Buyer_plnr_id), X_ri_where,chr(0),'',
169: '', '','','','',
170: '','','','','','','','','','',
997:
998:
999: BEGIN
1000:
1001: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPBCKT','', '',FALSE,
1002: p_sequence_num, chr(0),'','','','','','','','','','','',
1003: '','','','','','','','','','','','','','','',
1004: '','','','','','','','','','',
1005: '','','','','','','','','','',
1031: );
1032:
1033: DELETE FROM gmp_bucketed_xml_temp WHERE bckt_matl_xml_id = p_sequence_num;
1034:
1035: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1036: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1037: l_conc_id,554,G_template,
1038: G_template_locale,'N','','','','','','','','',
1039: '','','','','','','','','','','','','','','',
1032:
1033: DELETE FROM gmp_bucketed_xml_temp WHERE bckt_matl_xml_id = p_sequence_num;
1034:
1035: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1036: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1037: l_conc_id,554,G_template,
1038: G_template_locale,'N','','','','','','','','',
1039: '','','','','','','','','','','','','','','',
1040: '','','','','','','','','','',