[Home] [Help]
470: -- --
471: -- Name
472: -- Submit_Program
473: -- Purpose
474: -- It inserts rows into FND_RUN_REQUESTS table for program specified.
475: -- The program should exists in Request Set. It also inserts rows into
476: -- FND_RUN_REQ_PP_ACTIONS table based on the options set before calling
477: -- this function.
478: -- Call set_request_set function before calling this function to set the
1017: P_TEMPLATE_TERR, P_OUTPUT_FORMAT);
1018: end if;
1019:
1020:
1021: -- Insert into fnd_run_requests table
1022: --
1023: -- bug5676655/bug5709193 added numeric_characters
1024: --
1025: insert
1022: --
1023: -- bug5676655/bug5709193 added numeric_characters
1024: --
1025: insert
1026: into fnd_run_requests (
1027: application_id, concurrent_program_id,
1028: parent_request_id, request_set_program_id,
1029: set_application_id, request_set_id,
1030: number_of_copies, printer, print_style,