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 2005/05/24 18:24:59 appldev noship $ */
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