DBA Data[Home] [Help]

APPS.PQH_GSP_DEL_GRADE_LADDER_OBJ dependencies on PER_PARENT_SPINES

Line 247: l_Scale_Id Per_Parent_SPines.PARENT_SPINE_ID%TYPE;

243: l_table_Alias Ben_Copy_Entity_Results.table_Alias%TYPE;
244: l_Dml_operation Ben_Copy_Entity_Results.Dml_operation%TYPE;
245: l_Plip_Cer_Id Ben_Copy_Entity_Results.Copy_Entity_Result_id%TYPE;
246: l_Grade_Id Per_Grades.Grade_Id%TYPE;
247: l_Scale_Id Per_Parent_SPines.PARENT_SPINE_ID%TYPE;
248: l_Parent_Spine_Id Per_Parent_SPines.PARENT_SPINE_ID%TYPE;
249: Begin
250:
251: Open Csr_Tabl_Alias;

Line 248: l_Parent_Spine_Id Per_Parent_SPines.PARENT_SPINE_ID%TYPE;

244: l_Dml_operation Ben_Copy_Entity_Results.Dml_operation%TYPE;
245: l_Plip_Cer_Id Ben_Copy_Entity_Results.Copy_Entity_Result_id%TYPE;
246: l_Grade_Id Per_Grades.Grade_Id%TYPE;
247: l_Scale_Id Per_Parent_SPines.PARENT_SPINE_ID%TYPE;
248: l_Parent_Spine_Id Per_Parent_SPines.PARENT_SPINE_ID%TYPE;
249: Begin
250:
251: Open Csr_Tabl_Alias;
252: Fetch Csr_Tabl_Alias Into l_table_Alias, l_Dml_operation, l_Plip_Cer_Id;