DBA Data[Home] [Help]

APPS.PA_ONESTEP_STREAMLINE_PKG dependencies on FND_REQUEST

Line 90: l_result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies, l_save_op_flag_bool,'Y');

86:
87: FOR strmln_opt IN c_strmln_opt(strm_option) LOOP
88:
89: /* Setting print options bug 2816916 */
90: l_result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies, l_save_op_flag_bool,'Y');
91:
92: -- MOAC changes for R12
93: fnd_request.set_org_id(l_org_id);
94:

Line 93: fnd_request.set_org_id(l_org_id);

89: /* Setting print options bug 2816916 */
90: l_result_print := FND_REQUEST.SET_PRINT_OPTIONS(l_printer,l_print_style,l_number_of_copies, l_save_op_flag_bool,'Y');
91:
92: -- MOAC changes for R12
93: fnd_request.set_org_id(l_org_id);
94:
95: -- Call fnd_request.submit_request
96: /* Modified for bug 6655250*/
97: v_request_id := fnd_request.submit_request('PA','PASTRM',NULL,NULL,

Line 95: -- Call fnd_request.submit_request

91:
92: -- MOAC changes for R12
93: fnd_request.set_org_id(l_org_id);
94:
95: -- Call fnd_request.submit_request
96: /* Modified for bug 6655250*/
97: v_request_id := fnd_request.submit_request('PA','PASTRM',NULL,NULL,
98: FALSE,strmln_opt.lookup_code,'','','','','','',g_debug_mode,FND_DATE.DATE_TO_CANONICAL(acct_date),
99: '','','','','','','','','','','','','','','','','','','','',

Line 97: v_request_id := fnd_request.submit_request('PA','PASTRM',NULL,NULL,

93: fnd_request.set_org_id(l_org_id);
94:
95: -- Call fnd_request.submit_request
96: /* Modified for bug 6655250*/
97: v_request_id := fnd_request.submit_request('PA','PASTRM',NULL,NULL,
98: FALSE,strmln_opt.lookup_code,'','','','','','',g_debug_mode,FND_DATE.DATE_TO_CANONICAL(acct_date),
99: '','','','','','','','','','','','','','','','','','','','',
100: '','','','','','','','','','','','','','','','','','','','',
101: '','','','','','','','','','','','','','','','','','','','',