DBA Data[Home] [Help]

APPS.AHL_COMPLETIONS_PVT dependencies on QA_PLAN_TRANSACTIONS_V

Line 50: select 'x' from qa_plan_transactions_v

46: -- Counter Reading Plan
47: G_CTR_READING_PLAN_ID NUMBER := FND_PROFILE.value ( 'AHL_WO_CTR_READING_PLAN' );
48:
49: cursor is_qa_coll_reqd(p_plan_id IN NUMBER) IS
50: select 'x' from qa_plan_transactions_v
51: where mandatory_collection_flag = 1 and enabled_flag = 1
52: and plan_id = p_plan_id;
53:
54: -- Common Functions / Procedures