DBA Data[Home] [Help]

APPS.PQH_WKS_BUDGET dependencies on FND_PROFILE

Line 1454: if l_user is null or l_user = fnd_profile.value('USERNAME') then

1450: hr_utility.set_location('requestor is'||l_user||l_proc,20);
1451: -- change the status of the delegated rows to reject
1452: -- and all open notifications to be killed
1453: -- depending upon the initator of the delegated row
1454: if l_user is null or l_user = fnd_profile.value('USERNAME') then
1455: hr_utility.set_location('going for lock'||l_proc,30);
1456: pqh_budget.lock_all_children(p_worksheet_detail_id => p_transaction_id,
1457: p_transaction_category_id => p_transaction_category_id,
1458: p_status => l_status,