DBA Data[Home] [Help]

APPS.QA_AUDIT_PKG dependencies on QA_WEB_TXN_API

Line 370: l_ret_status := qa_web_txn_api.allowed_for_plan (

366:
367:
368: -- (1) verify whether user has create privillege on audit questions plan
369:
370: l_ret_status := qa_web_txn_api.allowed_for_plan (
371: p_function_name => 'QA_RESULTS_ENTER',
372: p_plan_id => p_audit_question_plan_id);
373:
374: if(l_ret_status = 'F') then