DBA Data[Home] [Help]

APPS.CS_TP_TEMPLATES_PVT dependencies on CS_TP_TEMPLATE_QUESTIONS

Line 2305: CS_TP_TEMPLATE_QUESTIONS TQ

2301: Select Q.LOOKUP_ID
2302: Into l_templ_quest_lookup_ID
2303: From CS_TP_QUESTIONS_VL Q,
2304: CS_TP_LOOKUPS L,
2305: CS_TP_TEMPLATE_QUESTIONS TQ
2306: Where Q.LOOKUP_ID = L.LOOKUP_ID
2307: and TQ.QUESTION_ID = Q.QUESTION_ID
2308: and TQ.TEMPLATE_ID=X_Template_ID
2309: and Q.QUESTION_ID = l_template_question_ID;