DBA Data[Home] [Help]

APPS.PQH_APPLY_BUDGET dependencies on PQH_BUDGET_DETAILS_API

Line 861: pqh_budget_details_api.update_budget_detail

857: CLOSE l_object_version_number_cur;
858:
859: hr_utility.set_location('Update API OVN : '||l_object_version_number, 8);
860:
861: pqh_budget_details_api.update_budget_detail
862: (
863: p_validate => false
864: ,p_budget_detail_id => p_worksheet_details_rec.budget_detail_id
865: ,p_organization_id => p_worksheet_details_rec.organization_id

Line 892: pqh_budget_details_api.create_budget_detail

888: -- for others i.e new rows call the insert API
889:
890: hr_utility.set_location('Create API in update mode : ', 9);
891:
892: pqh_budget_details_api.create_budget_detail
893: (
894: p_validate => false
895: ,p_budget_detail_id => p_budget_detail_id_o
896: ,p_organization_id => p_worksheet_details_rec.organization_id

Line 921: pqh_budget_details_api.create_budget_detail

917: ELSE -- i.e not update mode
918: -- call insert API
919: hr_utility.set_location('Create API in INSERT Mode : ', 10);
920:
921: pqh_budget_details_api.create_budget_detail
922: (
923: p_validate => false
924: ,p_budget_detail_id => p_budget_detail_id_o
925: ,p_organization_id => p_worksheet_details_rec.organization_id

Line 1387: pqh_budget_details_api.create_budget_detail

1383:
1384: IF p_budget_version_id IS NOT NULL THEN
1385:
1386: -- call insert API
1387: pqh_budget_details_api.create_budget_detail
1388: (
1389: p_validate => false
1390: ,p_budget_detail_id => p_budget_detail_id_o
1391: ,p_organization_id => p_pqh_budget_details_rec.organization_id