DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_TEMPLATE dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 121: pay_template_core_objects ptco

117: --
118: cursor c3 (c_object_name in Varchar2) is
119: select ptco.core_object_id
120: from pay_shadow_balance_types psbt,
121: pay_template_core_objects ptco
122: where psbt.template_id = p_template_id
123: and psbt.balance_name = c_object_name
124: and ptco.template_id = psbt.template_id
125: and ptco.shadow_object_id = psbt.balance_type_id;

Line 270: l_base_element_type_id pay_template_core_objects.core_object_id%type;

266: )
267: return Number is
268: --
269: l_template_id pay_shadow_element_types.template_id%type;
270: l_base_element_type_id pay_template_core_objects.core_object_id%type;
271: l_er_base_element_type_id pay_template_core_objects.core_object_id%type;
272: l_source_template_id pay_element_templates.template_id%type;
273: l_object_version_number pay_element_types_f.object_version_number%type;
274: l_proc_name Varchar2(80) := g_proc_name || 'create_user_template';

Line 271: l_er_base_element_type_id pay_template_core_objects.core_object_id%type;

267: return Number is
268: --
269: l_template_id pay_shadow_element_types.template_id%type;
270: l_base_element_type_id pay_template_core_objects.core_object_id%type;
271: l_er_base_element_type_id pay_template_core_objects.core_object_id%type;
272: l_source_template_id pay_element_templates.template_id%type;
273: l_object_version_number pay_element_types_f.object_version_number%type;
274: l_proc_name Varchar2(80) := g_proc_name || 'create_user_template';
275: l_element_type_id Number;

Line 334: l_ele_core_id pay_template_core_objects.core_object_id%type:= -1;

330: index by BINARY_INTEGER;
331: l_main_eei_info19 t_eei_info;
332: l_retro_eei_info19 t_eei_info;
333:
334: l_ele_core_id pay_template_core_objects.core_object_id%type:= -1;
335:
336: -- Extra Information variables
337: l_eei_information11 pay_element_type_extra_info.eei_information9%type;
338: l_eei_information12 pay_element_type_extra_info.eei_information10%type;