DBA Data[Home] [Help]

APPS.PAY_EEI_BUS dependencies on FND_PROFILE

Line 1312: fnd_profile.put('PAY_ELEMENT_TYPE_ID',p_rec.element_type_id);

1308: Begin
1309: hr_utility.set_location('Entering:'||l_proc, 5);
1310: --
1311: -- Set the profile value for 'PAY_ELEMENT_TYPE_ID' for the purpose of valuesets used for payroll simulation
1312: fnd_profile.put('PAY_ELEMENT_TYPE_ID',p_rec.element_type_id);
1313: --
1314: -- Call all supporting business operations
1315: -- Bug 3041843
1316: --

Line 1441: fnd_profile.put('PAY_ELEMENT_TYPE_ID',p_rec.element_type_id);

1437: Begin
1438: hr_utility.set_location('Entering:'||l_proc, 5);
1439: --
1440: -- Set the profile value for 'PAY_ELEMENT_TYPE_ID' for the purpose of valuesets used for payroll simulation
1441: fnd_profile.put('PAY_ELEMENT_TYPE_ID',p_rec.element_type_id);
1442: --
1443: -- Call all supporting business operations
1444: --
1445: open row_type(p_rec.element_type_id);