DBA Data[Home] [Help]

APPS.PAY_SEU_INS dependencies on PAY_SHADOW_ELE_TYPE_USAGES

Line 65: -- Insert the row into: pay_shadow_ele_type_usages

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

Line 67: insert into pay_shadow_ele_type_usages

63: --
64: --
65: -- Insert the row into: pay_shadow_ele_type_usages
66: --
67: insert into pay_shadow_ele_type_usages
68: (element_type_usage_id
69: ,element_type_id
70: ,inclusion_flag
71: ,run_type_name

Line 151: Cursor C_Sel1 is select pay_shadow_ele_type_usages_s.nextval from sys.dual;

147: ) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select pay_shadow_ele_type_usages_s.nextval from sys.dual;
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --