DBA Data[Home] [Help]

APPS.CE_BANK_STMT_SQL_LDR dependencies on FND_CONCURRENT

Line 64: IF( NOT FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(request_id,

60: --
61: IF l_DEBUG in ('Y', 'C') THEN
62: cep_standard.debug('Print_Report: ' || 'Request Id is ' || request_id);
63: END IF;
64: IF( NOT FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(request_id,
65: number_of_copies,
66: print_style,
67: printer,
68: save_output_flag))THEN

Line 79: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES ('CE',

75: ELSE
76: save_output_bool := FALSE;
77: END IF;
78:
79: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES ('CE',
80: 'CEBSLERR',
81: printer,
82: print_style,
83: save_output_flag)) THEN

Line 300: FROM fnd_concurrent_programs

296: -- If there is no concurrent program setup for the given control file then create one.
297: --
298: SELECT count(*)
299: INTO l_cnt
300: FROM fnd_concurrent_programs
301: WHERE application_id = 260
302: AND concurrent_program_name = 'CESLRPRO' || l_ctl_file;
303:
304: IF l_DEBUG in ('Y', 'C') THEN