DBA Data[Home] [Help]

APPS.GMPMRACT dependencies on FND_REQUEST

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

196: X_ri_where := G_where;
197: mr_unbucket_report;
198: -- Invoke the concurrent manager from here
199: IF V_number_of_copies > 0 THEN
200: X_status := FND_REQUEST.SET_PRINT_OPTIONS(V_printer,
201: UPPER(V_user_print_style),
202: V_number_of_copies, TRUE, 'N');
203: END IF;
204: -- request is submitted to the concurrent manager

Line 207: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIMR1USR','',

203: END IF;
204: -- request is submitted to the concurrent manager
205: FND_FILE.PUT_LINE ( FND_FILE.LOG,' Submitting the Req '||sqlerrm);
206:
207: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIMR1USR','',
208: TO_CHAR(V_run_date1,'YYYY/MM/DD HH24:MI:SS'),
209: FALSE, TO_CHAR(G_matl_rep_id),
210: TO_CHAR(G_Buyer_plnr_id), X_ri_where,
211: TO_CHAR(V_run_date,'YYYY/MM/DD HH24:MI:SS'),