DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on QA_PLAN_CHARS_V

Line 1118: QA_PLAN_CHARS_V QA

1114: datatype,
1115: hardcoded_column,
1116: developer_name
1117: FROM
1118: QA_PLAN_CHARS_V QA
1119: WHERE
1120: plan_id = p_plan_id;
1121:
1122: --local variable to hold the query string to retrieve qa results

Line 2408: FROM QA_PLAN_CHARS_V

2404: CURSOR qa_plan_csr(c_qa_plan_id IN NUMBER)
2405: IS
2406: SELECT DISTINCT plan_name,
2407: plan_description
2408: FROM QA_PLAN_CHARS_V
2409: WHERE plan_id = c_qa_plan_id;
2410:
2411: CURSOR get_op_qa_res_csr(c_wo_op_id IN NUMBER)
2412: IS

Line 7527: QA_PLAN_CHARS_V QA

7523: datatype,
7524: hardcoded_column,
7525: developer_name
7526: FROM
7527: QA_PLAN_CHARS_V QA
7528: WHERE
7529: plan_id = p_plan_id
7530: AND enabled_flag = 1
7531: AND displayed_flag = 1

Line 8095: FROM QA_PLAN_CHARS_V

8091: CURSOR qa_plan_csr(c_qa_plan_id IN NUMBER)
8092: IS
8093: SELECT DISTINCT plan_name,
8094: plan_description
8095: FROM QA_PLAN_CHARS_V
8096: WHERE plan_id = c_qa_plan_id;
8097:
8098: CURSOR get_op_qa_res_csr(c_wo_op_id IN NUMBER)
8099: IS