DBA Data[Home] [Help]

APPS.PQH_APPLY_BUDGET dependencies on PQH_GL_POSTING

Line 2582: pqh_gl_posting.post_budget

2578: -- budget should be marked for transfer to GL and it should not be marked as psb_budget
2579: IF NVL(l_budget_rec.transfer_to_gl_flag,'N') = 'Y' and l_budget_rec.psb_budget_flag<> 'Y' THEN
2580:
2581: hr_utility.set_location('Calling GL Posting Validate Budget Version ID : '||l_budget_version_id,25);
2582: pqh_gl_posting.post_budget
2583: ( p_budget_version_id => l_budget_version_id,
2584: p_validate => true ,
2585: p_status => l_gl_validation
2586: );