DBA Data[Home] [Help]

APPS.PQH_PTX_UTL dependencies on PQH_BUDGET_DETAILS_API

Line 3988: pqh_budget_details_api.update_budget_detail

3984: CLOSE l_object_version_number_cur;
3985:
3986: hr_utility.set_location('Update API OVN : '||l_object_version_number, 8);
3987:
3988: pqh_budget_details_api.update_budget_detail
3989: (
3990: p_validate => false
3991: ,p_budget_detail_id => p_worksheet_details_rec.budget_detail_id
3992: ,p_organization_id => p_worksheet_details_rec.organization_id

Line 4017: pqh_budget_details_api.create_budget_detail

4013: -- for others i.e new rows call the insert API
4014:
4015: hr_utility.set_location('Create API in update mode : ', 9);
4016:
4017: pqh_budget_details_api.create_budget_detail
4018: (
4019: p_validate => false
4020: ,p_budget_detail_id => l_budget_detail_id
4021: ,p_organization_id => p_worksheet_details_rec.organization_id