DBA Data[Home] [Help]

APPS.QA_SECURITY_PKG dependencies on QA_PC_PLAN_RELATIONSHIP

Line 214: FROM qa_pc_plan_relationship

210: -- Cursor to find whether the child plan is of type IMMEADIATE or not.
211:
212: CURSOR C_IMM(l_child_plan_id NUMBER) IS
213: SELECT child_plan_id,data_entry_mode
214: FROM qa_pc_plan_relationship
215: WHERE parent_plan_id = p_parent_plan_id
216: AND child_plan_id = l_child_plan_id;
217:
218: l_child_id_array ChildPlanArray;