DBA Data[Home] [Help]

APPS.GMPMRRP dependencies on FND_REQUEST

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

158: G_no_of_reports := to_char(to_number(G_no_of_reports) + 1);
159: mr_bucket_report;
160: -- Invoke the concurrent manager from here
161: IF V_number_of_copies > 0 THEN
162: X_status := FND_REQUEST.SET_PRINT_OPTIONS(V_printer,
163: UPPER(V_user_print_style),
164: V_number_of_copies, TRUE, 'N');
165: END IF;
166: -- request is submitted to the concurrent manager

Line 169: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIMR2USR','',

165: END IF;
166: -- request is submitted to the concurrent manager
167: --BEGIN BUG#3125285 V. Ajay Kumar
168: --BEGIN BUG#2740325 V. Ajay Kumar
169: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('GMP','RIMR2USR','',
170: V_run_date1, FALSE,
171: TO_CHAR(G_matl_rep_id),TO_CHAR(G_Buyer_plnr_id),
172: X_ri_where,
173: V_run_date,