DBA Data[Home] [Help]

APPS.PQP_PENSION_PROVIDERS dependencies on HR_ORGANIZATION_UNITS_PKG

Line 260: hr_organization_units_pkg.insert_row(

256:
257: END IF; -- Check to create a new location
258:
259: -- Create the Organization with the location from above.
260: hr_organization_units_pkg.insert_row(
261: x_rowid => l_org_rowid,
262: x_organization_id => l_organization_id,
263: x_business_group_id => p_business_group_id,
264: x_cost_allocation_keyflex_id => NULL,

Line 392: hr_organization_units_pkg.Update_Row

388: p_business_group_id => p_business_group_id,
389: p_organization_id => p_organization_id,
390: p_organization_name => p_provider_name);
391:
392: hr_organization_units_pkg.Update_Row
393: (x_Rowid => l_org_rec.row_id,
394: x_Organization_Id => l_org_rec.organization_id,
395: x_Business_Group_Id => l_org_rec.business_group_id,
396: x_Cost_Allocation_Keyflex_Id => l_org_rec.Cost_Allocation_Keyflex_Id,

Line 1392: hr_organization_units_pkg.Update_Row

1388: fnd_message.raise_error;
1389: Else
1390: Close csr_org;
1391: End If;
1392: hr_organization_units_pkg.Update_Row
1393: (x_Rowid => l_org_rec.row_id,
1394: x_Organization_Id => l_org_rec.organization_id,
1395: x_Business_Group_Id => l_org_rec.business_group_id,
1396: x_Cost_Allocation_Keyflex_Id => l_org_rec.Cost_Allocation_Keyflex_Id,

Line 1638: hr_organization_units_pkg.Update_Row

1634: fnd_message.raise_error;
1635: Else
1636: Close csr_org;
1637: End If;
1638: hr_organization_units_pkg.Update_Row
1639: (x_Rowid => l_org_rec.row_id,
1640: x_Organization_Id => l_org_rec.organization_id,
1641: x_Business_Group_Id => l_org_rec.business_group_id,
1642: x_Cost_Allocation_Keyflex_Id => l_org_rec.Cost_Allocation_Keyflex_Id,

Line 1883: hr_organization_units_pkg.Update_Row

1879: fnd_message.raise_error;
1880: Else
1881: Close csr_org;
1882: End If;
1883: hr_organization_units_pkg.Update_Row
1884: (x_Rowid => l_org_rec.row_id,
1885: x_Organization_Id => l_org_rec.organization_id,
1886: x_Business_Group_Id => l_org_rec.business_group_id,
1887: x_Cost_Allocation_Keyflex_Id => l_org_rec.Cost_Allocation_Keyflex_Id,