DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on QA_PLAN_TRANSACTIONS_V

Line 2284: select 'x' from qa_plan_transactions_v

2280: -- added for bug# 11807381
2281: k number;
2282:
2283: cursor is_qa_coll_reqd(p_plan_id IN NUMBER) IS
2284: select 'x' from qa_plan_transactions_v
2285: where mandatory_collection_flag = 1 and enabled_flag = 1
2286: and plan_id = p_plan_id;
2287:
2288: BEGIN