DBA Data[Home] [Help]

APPS.PAY_CNU_INS dependencies on PAY_FR_CONTRIBUTION_USAGES

Line 65: -- Insert the row into: pay_fr_contribution_usages

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

Line 67: insert into pay_fr_contribution_usages

63: --
64: --
65: -- Insert the row into: pay_fr_contribution_usages
66: --
67: insert into pay_fr_contribution_usages
68: (contribution_usage_id
69: ,date_from
70: ,date_to
71: ,group_code

Line 169: Cursor C_Sel1 is select pay_fr_contribution_usages_s.nextval from sys.dual;

165: ) is
166: --
167: l_proc varchar2(72) := g_package||'pre_insert';
168: --
169: Cursor C_Sel1 is select pay_fr_contribution_usages_s.nextval from sys.dual;
170: --
171: Begin
172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --

Line 249: (p_module_name => 'PAY_FR_CONTRIBUTION_USAGES'

245: --
246: when hr_api.cannot_find_prog_unit then
247: --
248: hr_api.cannot_find_prog_unit_error
249: (p_module_name => 'PAY_FR_CONTRIBUTION_USAGES'
250: ,p_hook_type => 'AI');
251: --
252: end;
253: --