DBA Data[Home] [Help]

APPS.PQH_APPLY_BUDGET dependencies on FND_REQUEST

Line 2592: l_req := fnd_request.submit_request

2588: -- if the validations are successful call the gl posting program
2589: IF NVL(l_gl_validation,'ERROR') = 'SUCCESS' THEN
2590:
2591: hr_utility.set_location('Calling GL Posting Conc Program ',26);
2592: l_req := fnd_request.submit_request
2593: (application => 'PQH',
2594: program => 'PQHGLPOST' ,
2595: argument1 => l_budget_version_id
2596: );