DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_API dependencies on HR_ORG_INFORMATION_PKG

Line 2663: -- for each of these rows call the hr_org_information_pkg.update_row proc

2659: -- and the end date is greater than the effective end date
2660: FOR temp_rec in c_get_org_info
2661: LOOP
2662: hr_utility.set_location('In end date org info',20);
2663: -- for each of these rows call the hr_org_information_pkg.update_row proc
2664: hr_org_information_pkg.update_row
2665: (x_rowid => temp_rec.rowid
2666: ,x_org_information_id => temp_rec.org_information_id
2667: ,x_org_information_context => 'PQP_NL_ABP_PT'

Line 2664: hr_org_information_pkg.update_row

2660: FOR temp_rec in c_get_org_info
2661: LOOP
2662: hr_utility.set_location('In end date org info',20);
2663: -- for each of these rows call the hr_org_information_pkg.update_row proc
2664: hr_org_information_pkg.update_row
2665: (x_rowid => temp_rec.rowid
2666: ,x_org_information_id => temp_rec.org_information_id
2667: ,x_org_information_context => 'PQP_NL_ABP_PT'
2668: ,x_organization_id => temp_rec.organization_id