DBA Data[Home] [Help]

APPS.PER_CAI_INS dependencies on PER_CAGR_APIS

Line 65: -- Insert the row into: per_cagr_apis

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: per_cagr_apis
66: --
67: insert into per_cagr_apis
68: (cagr_api_id
69: ,api_name

Line 67: insert into per_cagr_apis

63: --
64: --
65: -- Insert the row into: per_cagr_apis
66: --
67: insert into per_cagr_apis
68: (cagr_api_id
69: ,api_name
70: ,category_name
71: ,object_version_number

Line 147: Cursor C_Sel1 is select per_cagr_apis_s.nextval from sys.dual;

143: ) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --
147: Cursor C_Sel1 is select per_cagr_apis_s.nextval from sys.dual;
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --

Line 223: (p_module_name => 'PER_CAGR_APIS'

219: --
220: when hr_api.cannot_find_prog_unit then
221: --
222: hr_api.cannot_find_prog_unit_error
223: (p_module_name => 'PER_CAGR_APIS'
224: ,p_hook_type => 'AI');
225: --
226: end; */
227: --