DBA Data[Home] [Help]

APPS.PQH_BUDGET dependencies on FND_USER

Line 72: cursor c4(p_user_id number) is select user_name from fnd_user

68: -- for pulling up the manager for the delegated worksheet
69: cursor c2 is select user_id from pqh_worksheet_details
70: where worksheet_detail_id = p_worksheet_detail_id;
71: -- for pulling up the user_details
72: cursor c4(p_user_id number) is select user_name from fnd_user
73: where user_id = p_user_id;
74: l_proc varchar2(100) := g_package||'lck_wkd';
75: begin
76: hr_utility.set_location('inside for worksheet_detail'||p_worksheet_detail_id||l_proc,10);