DBA Data[Home] [Help]

APPS.CE_LEVELING_UTILS dependencies on FND_CONCURRENT

Line 192: IF( NOT FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(

188: -- Launch the Cash Leveling Execution Report
189:
190: -- Get print options
191: log_msg(l_debug_proc,'Request Id is ' || request_id);
192: IF( NOT FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS(
193: request_id, number_of_copies, print_style, printer, save_output_flag))
194: THEN
195: log_msg(l_debug_proc,'Message: get print options failed');
196: ELSE

Line 204: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES (

200: ELSE
201: save_output_bool := FALSE;
202: END IF;
203:
204: IF( FND_CONCURRENT.GET_PROGRAM_ATTRIBUTES (
205: 'CE','CECLEXER', printer, print_style, save_output_flag))
206: THEN
207: log_msg(l_debug_proc,'Message: get print options failed');
208: END IF;