DBA Data[Home] [Help]

APPS.FND_SUBMIT dependencies on FND_RUN_REQ_PP_ACTIONS

Line 476: -- FND_RUN_REQ_PP_ACTIONS table based on the options set before calling

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
479: -- context for the report set submission. Call this function for each
480: -- program in the report set.

Line 926: insert into fnd_run_req_pp_actions

922:
923: -- insert the action
924: -- (don't print on warning or failure)
925:
926: insert into fnd_run_req_pp_actions
927: (parent_request_id, request_set_program_id,
928: set_application_id, request_set_id,
929: action_type, status_s_flag,
930: status_w_flag, status_f_flag,

Line 983: insert into fnd_run_req_pp_actions

979:
980: -- Insert Notifications
981: -- 12.1 Project Changes: Added orig_system and orig_system_id
982: for i in 1..P_NOTIFICATION_COUNT loop
983: insert into fnd_run_req_pp_actions
984: (parent_request_id, request_set_program_id,
985: set_application_id, request_set_id,
986: action_type, status_s_flag,
987: status_w_flag, status_f_flag,

Line 1003: insert into fnd_run_req_pp_actions

999:
1000:
1001: -- Insert layout options
1002: if P_TEMPLATE_CODE is not null then
1003: insert into fnd_run_req_pp_actions
1004: (parent_request_id, request_set_program_id,
1005: set_application_id, request_set_id,
1006: action_type, status_s_flag,
1007: status_w_flag, status_f_flag,