DBA Data[Home] [Help]

APPS.ZX_TEST_API dependencies on ZX_TEST_API

Line 1: PACKAGE BODY ZX_TEST_API AS

1: PACKAGE BODY ZX_TEST_API AS
2: /* $Header: zxitestapispvtb.pls 120.41 2006/04/05 17:12:26 appradha ship $ */
3:
4: l_ship_from_location_id NUMBER;
5:

Line 4494: write_message('~ *** The Parameter above is NOT DEFINED in ZX_TEST_API:'||l_parameter_name||' ***');

4490: 'COMMENTS06','COMMENTS07','COMMENTS08','COMMENTS09','COMMENTS10') THEN
4491: null;
4492:
4493: ELSE
4494: write_message('~ *** The Parameter above is NOT DEFINED in ZX_TEST_API:'||l_parameter_name||' ***');
4495: END IF;
4496: END IF;
4497: IF l_return_status_p = 'LINE COMPLETED' THEN
4498: EXIT;

Line 8279: INSERT INTO ZX_TEST_API_GT(

8275:
8276:
8277: write_message('The number of rows in ZX_LINES for transaction id '||to_char(p_transaction_id)||' are '||to_char(l_dummy));
8278:
8279: INSERT INTO ZX_TEST_API_GT(
8280: SUITE_NUMBER ,
8281: CASE_NUMBER ,
8282: TRX_ID ,
8283: TRX_NUMBER ,

Line 8399: INSERT INTO ZX_TEST_API_GT(

8395: select count(*) into l_dummy from zx_lines_summary where trx_id =p_transaction_id;
8396: write_message('The number of rows in ZX_LINES_SUMMARY for transaction id '
8397: ||to_char(p_transaction_id)||' are '||to_char(l_dummy));
8398:
8399: INSERT INTO ZX_TEST_API_GT(
8400: SUITE_NUMBER ,
8401: CASE_NUMBER ,
8402: TRX_ID ,
8403: TRX_NUMBER ,

Line 8514: INSERT INTO ZX_TEST_API_GT(

8510: -- Insert ZX_REC_NREC_DIST data
8511: --------------------------------------------------
8512: /*select count(*) into l_dummy from zx_rec_nrec_dist where trx_id =p_transaction_id;
8513: write_message('The number of rows in zx_rec_nrec_dist for transaction id '||to_char(p_transaction_id)||' are '||to_char(l_dummy));*/
8514: INSERT INTO ZX_TEST_API_GT(
8515: SUITE_NUMBER ,
8516: CASE_NUMBER ,
8517: TRX_ID ,
8518: TRX_NUMBER ,

Line 8629: INSERT INTO ZX_TEST_API_GT

8625: -------------------------------------------------------------------
8626: -- IF the Error Flag indicates, error message will be inserted
8627: -- in Report Table.
8628: --------------------------------------------------------------------
8629: INSERT INTO ZX_TEST_API_GT
8630: (SUITE_NUMBER ,
8631: CASE_NUMBER ,
8632: TRX_ID ,
8633: TRX_NUMBER ,

Line 9783: -- program (The calling report of ZX_TEST_API) as per bug 3771348.

9779: ------------------
9780: --FND_GLOBAL.INITIALIZE(l_sid,0,20420,1,null,null,0,0,null,null,null,null);
9781: --------------------------------------------------------------------------------
9782: --Bug 4216336. The Initialization is required to obtain for a concurrent
9783: -- program (The calling report of ZX_TEST_API) as per bug 3771348.
9784: -- The initialization is made for the settings of user "BTT".
9785: --------------------------------------------------------------------------------
9786: BEGIN
9787: Select user_id

Line 10072: END ZX_TEST_API;

10068: x_log := g_log_variable;
10069: g_log_variable := null;
10070:
10071: END TEST_API;
10072: END ZX_TEST_API;