DBA Data[Home] [Help]

APPS.FND_SET dependencies on FND_STAGE_FN_PARAMETER_VALUES

Line 1273: delete from fnd_stage_fn_parameter_values

1269: null; -- We don't care if the program does not exist
1270: end;
1271:
1272: -- Delete fn params
1273: delete from fnd_stage_fn_parameter_values
1274: where set_application_id = set_appl_id
1275: and request_set_id = set_id
1276: and request_set_stage_id = stage_id;
1277:

Line 1859: DELETE from fnd_stage_fn_parameter_values

1855: end;
1856: end loop;
1857:
1858: -- Remove stages
1859: DELETE from fnd_stage_fn_parameter_values
1860: where set_application_id = set_appl_id
1861: and request_set_id = set_id;
1862:
1863: DELETE FROM fnd_request_set_stages_tl

Line 2873: delete from fnd_stage_fn_parameter_values

2869: where function_id = fn_id
2870: and application_id = fn_appl_id
2871: and parameter_id = param_id;
2872:
2873: delete from fnd_stage_fn_parameter_values
2874: where function_id = fn_id
2875: and function_application_id = fn_appl_id
2876: and parameter_id = param_id;
2877:

Line 2947: insert into FND_STAGE_FN_PARAMETER_VALUES (

2943: end;
2944:
2945:
2946:
2947: insert into FND_STAGE_FN_PARAMETER_VALUES (
2948: SET_APPLICATION_ID, REQUEST_SET_ID, REQUEST_SET_STAGE_ID,
2949: FUNCTION_APPLICATION_ID, FUNCTION_ID,
2950: PARAMETER_ID, CREATION_DATE,
2951: CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY,