DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_COPY_PKG dependencies on QA_PLANS

Line 6: TYPE plan_info IS RECORD (src_name qa_plans.name%TYPE,

2: /* $Header: qapccps.pls 120.0.12020000.2 2012/07/03 14:36:49 ntungare ship $ */
3:
4: --this record type is used as the value in the plan_htable below for
5: --tracking characteristics related to a copied plan
6: TYPE plan_info IS RECORD (src_name qa_plans.name%TYPE,
7: dest_name qa_plans.name%TYPE,
8: dest_id NUMBER);
9:
10: --this htable is used to keep track of the information parsed by setup_plans

Line 7: dest_name qa_plans.name%TYPE,

3:
4: --this record type is used as the value in the plan_htable below for
5: --tracking characteristics related to a copied plan
6: TYPE plan_info IS RECORD (src_name qa_plans.name%TYPE,
7: dest_name qa_plans.name%TYPE,
8: dest_id NUMBER);
9:
10: --this htable is used to keep track of the information parsed by setup_plans
11: --from the flatstring passed to it