DBA Data[Home] [Help]

APPS.QA_WEB_TXN_API dependencies on QA_WEB_TXN_API

Line 1: PACKAGE BODY qa_web_txn_api AS

1: PACKAGE BODY qa_web_txn_api AS
2: /* $Header: qlttxnwb.plb 120.8.12020000.2 2013/03/28 05:29:10 ntungare ship $ */
3:
4: g_module_name CONSTANT VARCHAR2(60):= 'qa.plsql.qa_web_txn_api';
5:

Line 4: g_module_name CONSTANT VARCHAR2(60):= 'qa.plsql.qa_web_txn_api';

1: PACKAGE BODY qa_web_txn_api AS
2: /* $Header: qlttxnwb.plb 120.8.12020000.2 2013/03/28 05:29:10 ntungare ship $ */
3:
4: g_module_name CONSTANT VARCHAR2(60):= 'qa.plsql.qa_web_txn_api';
5:
6: -- bug 16263093
7: -- Added a global collection to cache the security predicate
8: --

Line 979: END qa_web_txn_api;

975:
976: END is_mobile_txn;
977: */
978:
979: END qa_web_txn_api;