DBA Data[Home] [Help]

APPS.FV_FACTS1_PKG dependencies on FND_REQUEST

Line 209: l_req_id := FND_REQUEST.SUBMIT_REQUEST

205:
206: IF p_run_journal = 'Y' THEN
207:
208: fv_utility.log_mesg('Calling Journal Creation process.');
209: l_req_id := FND_REQUEST.SUBMIT_REQUEST
210: ('FV','FVFC1JCR','','',FALSE, gbl_set_of_books_id, gbl_period_name,'I',
211: p_trading_partner_att);
212: FV_UTILITY.LOG_MESG(l_module_name||
213: ' REQUEST ID FOR JOURNAL CREATION PROCESS = '|| TO_CHAR(L_REQ_ID));

Line 297: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(

293: END IF;
294: create_end_bal_record;
295: END IF;
296:
297: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(
298: printer => l_printer_name,
299: copies => l_copies);
300:
301: FV_UTILITY.LOG_MESG(l_module_name|| ' LAUNCHING FACTS I ATB FILE GENERATION PROCESS ...');

Line 304: l_req_id := FND_REQUEST.SUBMIT_REQUEST

300:
301: FV_UTILITY.LOG_MESG(l_module_name|| ' LAUNCHING FACTS I ATB FILE GENERATION PROCESS ...');
302:
303: -- Submit ATB file process
304: l_req_id := FND_REQUEST.SUBMIT_REQUEST
305: ('FV','FVFACTSR','','',FALSE, 'FVFC1ATB', gbl_fiscal_year,
306: gbl_set_of_books_id, gbl_period_num_high);
307:
308: FV_UTILITY.LOG_MESG(l_module_name|| ' REQUEST ID FOR ATB FILE = '|| TO_CHAR(L_REQ_ID));

Line 335: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(

331:
332: if (p_run_reports = 'Y' or l_edit_check_status = 'N') then
333: -- Print the FACTS I Detail Report
334: IF (gbl_error_code = 0) THEN
335: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(
336: printer => l_printer_name,
337: copies => l_copies);
338:
339: -- Submit FACTS I Detail Report concurrent program

Line 343: l_req_id := FND_REQUEST.SUBMIT_REQUEST

339: -- Submit FACTS I Detail Report concurrent program
340: FV_UTILITY.LOG_MESG(l_module_name||
341: ' LAUNCHING FACTS I DETAIL REPORT ...');
342:
343: l_req_id := FND_REQUEST.SUBMIT_REQUEST
344: ('FV','FVFACTDR','','',FALSE, gbl_set_of_books_id, l_run_mode, gbl_fiscal_year,
345: p_period_name, gbl_period_num_high);
346:
347: FV_UTILITY.LOG_MESG(l_module_name||

Line 1994: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS (printer => l_printer_name,

1990: FROM gl_ledgers
1991: WHERE ledger_id = gbl_set_of_books_id
1992: AND currency_code = 'USD';
1993:
1994: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS (printer => l_printer_name,
1995: copies => l_copies);
1996:
1997: l_req_id := FND_REQUEST.SUBMIT_REQUEST
1998: ('FV','RXFVF1TB','','',FALSE,

Line 1997: l_req_id := FND_REQUEST.SUBMIT_REQUEST

1993:
1994: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS (printer => l_printer_name,
1995: copies => l_copies);
1996:
1997: l_req_id := FND_REQUEST.SUBMIT_REQUEST
1998: ('FV','RXFVF1TB','','',FALSE,
1999: 'DIRECT', gbl_report_id, gbl_attribute_set, gbl_output_format,
2000: --FND_PROFILE.VALUE('GL_SET_OF_BKS_NAME'),
2001: l_sob_name,

Line 3196: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(

3192:
3193: l_run_mode := 'Fiscal Year';
3194: l_printer_name := FND_PROFILE.VALUE('PRINTER');
3195: l_copies := FND_PROFILE.VALUE('CONC_COPIES');
3196: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(
3197: printer => l_printer_name,
3198: copies => l_copies);
3199:
3200: FV_UTILITY.LOG_MESG(l_module_name|| ' Launching FACTS I exception report ...');

Line 3202: l_req_id := FND_REQUEST.SUBMIT_REQUEST

3198: copies => l_copies);
3199:
3200: FV_UTILITY.LOG_MESG(l_module_name|| ' Launching FACTS I exception report ...');
3201:
3202: l_req_id := FND_REQUEST.SUBMIT_REQUEST
3203: ('FV','FVFACTSE','','',FALSE, l_run_mode, gbl_fiscal_year,
3204: gbl_set_of_books_id, gbl_period_name);
3205:
3206: -- If concurrent request submission failed, abort process

Line 3420: l_req_id := FND_REQUEST.SUBMIT_REQUEST

3416: and application_id = 101
3417: and period_num = l_period_num;
3418:
3419: fv_utility.log_mesg('Calling Journal Creation process.');
3420: l_req_id := FND_REQUEST.SUBMIT_REQUEST
3421: ('FV','FVFC1JCR','','',FALSE, gbl_set_of_books_id, gbl_period_name,'Y');
3422: FV_UTILITY.LOG_MESG(l_module_name||
3423: ' REQUEST ID FOR JOURNAL CREATION PROCESS = '|| TO_CHAR(L_REQ_ID));
3424: IF (l_req_id = 0) THEN