DBA Data[Home] [Help]

APPS.FND_SET dependencies on FND_REQUEST_SET_STAGES_S

Line 936: select fnd_request_set_stages_s.nextval

932:
933: set_appl_id := application_id_f(set_application);
934: set_id := request_set_id_f(set_appl_id, request_set);
935:
936: select fnd_request_set_stages_s.nextval
937: into stage_id
938: from sys.dual;
939:
940: if (upper(incompatibilities_allowed) = 'Y') then

Line 2932: from fnd_request_set_stages s, fnd_stage_fn_parameters_vl p

2928:
2929: begin
2930: select s.function_id, s.function_application_id, p.parameter_id
2931: into fn_id, fn_appl_id, param_id
2932: from fnd_request_set_stages s, fnd_stage_fn_parameters_vl p
2933: where s.request_set_id = set_id
2934: and s.set_application_id = set_appl_id
2935: and s.request_set_stage_id = stage_id
2936: and s.function_id = p.function_id