DBA Data[Home] [Help]

APPS.PQH_WKS_BUDGET dependencies on FND_PROFILE

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

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