DBA Data[Home] [Help]

APPS.GMPPSRP dependencies on FND_REQUEST

Line 160: X_status := FND_REQUEST.SET_PRINT_OPTIONS(V_printer, UPPER(V_user_print_style),

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

Line 166: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIPS2USR','',

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: '','','','','','','','','','',

Line 1041: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPBCKT','', '',FALSE,

1037:
1038:
1039: BEGIN
1040:
1041: l_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','GMPBCKT','', '',FALSE,
1042: p_sequence_num, chr(0),'','','','','','','','','','','',
1043: '','','','','','','','','','','','','','','',
1044: '','','','','','','','','','',
1045: '','','','','','','','','','',

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

1071: );
1072:
1073: DELETE FROM gmp_bucketed_xml_temp WHERE bckt_matl_xml_id = p_sequence_num;
1074:
1075: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1076: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1077: l_conc_id,554,G_template,
1078: G_template_locale,'N','','','','','','','','',
1079: '','','','','','','','','','','','','','','',

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

1072:
1073: DELETE FROM gmp_bucketed_xml_temp WHERE bckt_matl_xml_id = p_sequence_num;
1074:
1075: /* Bug: 6609251 Vpedarla added a NULL parameters for the submition of the FND request for XDOREPPB */
1076: l_req_id := FND_REQUEST.SUBMIT_REQUEST('XDO','XDOREPPB','', '',FALSE,'',
1077: l_conc_id,554,G_template,
1078: G_template_locale,'N','','','','','','','','',
1079: '','','','','','','','','','','','','','','',
1080: '','','','','','','','','','',