DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on AHL_PRD_WO_LOGIN_PVT

Line 500: l_user_role := AHL_PRD_WO_LOGIN_PVT.Get_User_Role;

496: l_user_role := p_user_role;
497:
498: IF p_user_role IS NULL
499: THEN
500: l_user_role := AHL_PRD_WO_LOGIN_PVT.Get_User_Role;
501: END IF;
502:
503: -- XML generated with dbms_xmlgen doesnt have encoding information. so we need to manually insert into the resultant CLOB.
504: dbms_lob.write(l_merged_lob,length(''),1,'');