DBA Data[Home] [Help]

APPS.PER_CPA_INS dependencies on PER_CAGR_API_PARAMETERS

Line 65: -- Insert the row into: per_cagr_api_parameters

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

Line 67: insert into per_cagr_api_parameters

63: --
64: --
65: -- Insert the row into: per_cagr_api_parameters
66: --
67: insert into per_cagr_api_parameters
68: (cagr_api_param_id
69: ,cagr_api_id
70: ,display_name
71: ,parameter_name

Line 161: Cursor C_Sel1 is select per_cagr_api_parameters_s.nextval from sys.dual;

157: ) is
158: --
159: l_proc varchar2(72) := g_package||'pre_insert';
160: --
161: Cursor C_Sel1 is select per_cagr_api_parameters_s.nextval from sys.dual;
162: --
163: Begin
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: --

Line 240: (p_module_name => 'PER_CAGR_API_PARAMETERS'

236: --
237: when hr_api.cannot_find_prog_unit then
238: --
239: hr_api.cannot_find_prog_unit_error
240: (p_module_name => 'PER_CAGR_API_PARAMETERS'
241: ,p_hook_type => 'AI');
242: --
243: end;
244: */