DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_RUN_REQUESTS

Line 500: -- It inserts rows into FND_RUN_REQUESTS table for program specified.

496: -- --
497: -- Name
498: -- Submit_Program
499: -- Purpose
500: -- It inserts rows into FND_RUN_REQUESTS table for program specified.
501: -- The program should exists in Request Set. It also inserts rows into
502: -- FND_RUN_REQ_PP_ACTIONS table based on the options set before calling
503: -- this function.
504: -- Call set_request_set function before calling this function to set the

Line 1075: -- Insert into fnd_run_requests table

1071: P_DELIVERY_OPTIONS(i).lang, -1);
1072: end loop;
1073: end if;
1074:
1075: -- Insert into fnd_run_requests table
1076: --
1077: -- bug5676655/bug5709193 added numeric_characters
1078: --
1079: insert

Line 1080: into fnd_run_requests (

1076: --
1077: -- bug5676655/bug5709193 added numeric_characters
1078: --
1079: insert
1080: into fnd_run_requests (
1081: application_id, concurrent_program_id,
1082: parent_request_id, request_set_program_id,
1083: set_application_id, request_set_id,
1084: number_of_copies, printer, print_style,