DBA Data[Home] [Help]

APPS.PQH_DE_GRADE_COMPUTE dependencies on PQH_DE_WRKPLC_VLDTN_VERS

Line 118: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_VERS.GRADE'

114: Close Derive_Grad;
115: Exception
116: when app_exception.application_exception then
117: if hr_multi_message.exception_add
118: (p_associated_column1 => 'PQH_DE_WRKPLC_VLDTN_VERS.GRADE'
119: ) then
120: -- raise;
121: NULL;
122: end if;

Line 154: from pqh_de_wrkplc_vldtn_vers

150: where INFORMATION_CATEGORY = 'DE_PQH_WP'
151: and Nvl(Information5,Information9) = To_Char(Vald_id);
152: cursor c2(Vald_id number) is
153: select FREEZE
154: from pqh_de_wrkplc_vldtn_vers
155: where WRKPLC_VLDTN_VER_ID = Vald_id;
156: Begin
157: OPEN c2(P_Wrkplc_Vldtn_vern_Id);
158: fetch c2 into c_Frz;