DBA Data[Home] [Help]

APPS.PER_SLT_DEL dependencies on PER_SOLUTION_TYPES

Line 66: p_entity_name=>'PER_SOLUTION_TYPES',

62: -- Added the following code as a part of Zero Downtime Patching Project.
63: -- Code Starts Here.
64: --
65: PER_RIC_PKG.chk_integrity (
66: p_entity_name=>'PER_SOLUTION_TYPES',
67: p_ref_entity_info=>
68: PER_RIC_PKG.ref_entity_tbl(
69: PER_RIC_PKG.ref_info_rec('PER_SOLUTIONS',PER_RIC_PKG.column_info_tbl(
70: PER_RIC_PKG.col_info_rec('SOLUTION_TYPE_NAME', p_rec.solution_type_name,NULL,NULL))),

Line 78: -- Delete the per_solution_types row.

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

Line 80: delete from per_solution_types

76: --
77: --
78: -- Delete the per_solution_types row.
79: --
80: delete from per_solution_types
81: where solution_type_name = p_rec.solution_type_name;
82: --
83: --
84: --

Line 196: (p_module_name => 'PER_SOLUTION_TYPES'

192: --
193: when hr_api.cannot_find_prog_unit then
194: --
195: hr_api.cannot_find_prog_unit_error
196: (p_module_name => 'PER_SOLUTION_TYPES'
197: ,p_hook_type => 'AD');
198: --
199: end;
200: --