DBA Data[Home] [Help]

APPS.PQH_BUDGET dependencies on PQH_WORKSHEET_BUDGET_SETS_API

Line 2975: pqh_worksheet_budget_sets_api.create_worksheet_budget_set(

2971: );
2972: hr_utility.set_location('period inserted '||l_proc,37);
2973: for j in c2(i.budget_period_id) loop
2974: hr_utility.set_location('for each period '||l_proc,40);
2975: pqh_worksheet_budget_sets_api.create_worksheet_budget_set(
2976: p_validate => FALSE
2977: ,p_effective_date => trunc(sysdate)
2978: ,p_worksheet_budget_set_id => l_worksheet_budget_set_id
2979: ,p_worksheet_period_id => l_worksheet_period_id

Line 4664: pqh_worksheet_budget_sets_api.create_worksheet_budget_set(

4660: );
4661: hr_utility.set_location('period inserted '||l_proc,37);
4662: for j in c2(i.budget_period_id) loop
4663: hr_utility.set_location('for each period '||l_proc,40);
4664: pqh_worksheet_budget_sets_api.create_worksheet_budget_set(
4665: p_validate => FALSE
4666: ,p_effective_date => trunc(sysdate)
4667: ,p_worksheet_budget_set_id => l_worksheet_budget_set_id
4668: ,p_worksheet_period_id => l_worksheet_period_id