DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on AHL_PRD_WO_LOGIN_PVT

Line 472: l_user_role := AHL_PRD_WO_LOGIN_PVT.Get_User_Role;

468: l_user_role := p_user_role;
469:
470: IF p_user_role IS NULL
471: THEN
472: l_user_role := AHL_PRD_WO_LOGIN_PVT.Get_User_Role;
473: END IF;
474:
475: -- XML generated with dbms_xmlgen doesnt have encoding information. so we need to manually insert into the resultant CLOB.
476: dbms_lob.write(l_merged_lob,length(''),1,'');