DBA Data[Home] [Help]

APPS.PER_STC_DEL dependencies on PER_SOLUTION_TYPE_CMPTS

Line 66: p_entity_name=> 'PER_SOLUTION_TYPE_CMPTS',

62: -- Code Starts Here.
63: --
64: --
65: per_ric_pkg.Chk_integrity(
66: p_entity_name=> 'PER_SOLUTION_TYPE_CMPTS',
67: p_ref_entity=>'PER_SOLUTIONS',
68: p_ref_column_name=>'SOLUTION_TYPE_NAME',
69: -- Start changes for bug 12639446
70: p_ref_col_value_number=>NULL,

Line 79: -- Delete the per_solution_type_cmpts row.

75: --
76: --
77: -- Code Ends Here
78: --
79: -- Delete the per_solution_type_cmpts row.
80: --
81: delete from per_solution_type_cmpts
82: where component_name = p_rec.component_name
83: and solution_type_name = p_rec.solution_type_name;

Line 81: delete from per_solution_type_cmpts

77: -- Code Ends Here
78: --
79: -- Delete the per_solution_type_cmpts row.
80: --
81: delete from per_solution_type_cmpts
82: where component_name = p_rec.component_name
83: and solution_type_name = p_rec.solution_type_name;
84: --
85: --

Line 206: (p_module_name => 'PER_SOLUTION_TYPE_CMPTS'

202: --
203: when hr_api.cannot_find_prog_unit then
204: --
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'PER_SOLUTION_TYPE_CMPTS'
207: ,p_hook_type => 'AD');
208: --
209: end;
210: --