DBA Data[Home] [Help]

APPS.QA_SS_LOV dependencies on QA_PLAN_CHARS

Line 1317: from qa_plan_chars qpc

1313: from qa_chars
1314: where char_id = vchar_id; -- THIS has to be changed to vchar_id later. DONE now
1315:
1316: select qpc.values_exist_flag into vef
1317: from qa_plan_chars qpc
1318: where char_id = vchar_id
1319: and plan_id = plan_id_i;
1320: --
1321: -- Bug 5003509. R12 Performance fix. Comment out the code.

Line 1739: from qa_plan_chars qpc

1735: RETURN NUMBER
1736: IS
1737: CURSOR qpc_cur IS
1738: select qpc.char_id
1739: from qa_plan_chars qpc
1740: where qpc.plan_id = x_plan_id
1741: and qpc.enabled_flag = 1
1742: ORDER BY qpc.prompt_sequence;
1743: