DBA Data[Home] [Help]

APPS.CSI_TRANSACTIONS_PVT_W dependencies on CSI_TRANSACTIONS_PVT

Line 1: package body csi_transactions_pvt_w as

1: package body csi_transactions_pvt_w as
2: /* $Header: csivtxwb.pls 120.12 2008/01/15 03:38:26 devijay ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 25: procedure rosetta_table_copy_in_p4(t out nocopy csi_transactions_pvt.util_order_by_tbl_type, a0 JTF_NUMBER_TABLE

21: if n=b then return a; end if;
22: return n;
23: end;
24:
25: procedure rosetta_table_copy_in_p4(t out nocopy csi_transactions_pvt.util_order_by_tbl_type, a0 JTF_NUMBER_TABLE
26: , a1 JTF_VARCHAR2_TABLE_100
27: ) as
28: ddindx binary_integer; indx binary_integer;
29: begin

Line 46: procedure rosetta_table_copy_out_p4(t csi_transactions_pvt.util_order_by_tbl_type, a0 out nocopy JTF_NUMBER_TABLE

42: end loop;
43: end if;
44: end if;
45: end rosetta_table_copy_in_p4;
46: procedure rosetta_table_copy_out_p4(t csi_transactions_pvt.util_order_by_tbl_type, a0 out nocopy JTF_NUMBER_TABLE
47: , a1 out nocopy JTF_VARCHAR2_TABLE_100
48: ) as
49: ddindx binary_integer; indx binary_integer;
50: begin

Line 195: csi_transactions_pvt.get_transactions(p_api_version_number,

191:
192:
193:
194: -- here's the delegated call to the old PL/SQL routine
195: csi_transactions_pvt.get_transactions(p_api_version_number,
196: p_init_msg_list,
197: p_commit,
198: p_validation_level,
199: ddp_txnfind_rec,

Line 381: csi_transactions_pvt.create_transaction(p_api_version,

377:
378:
379:
380: -- here's the delegated call to the old PL/SQL routine
381: csi_transactions_pvt.create_transaction(p_api_version,
382: p_init_msg_list,
383: p_commit,
384: p_validation_level,
385: p_success_if_exists_flag,

Line 546: csi_transactions_pvt.update_transactions(p_api_version,

542:
543:
544:
545: -- here's the delegated call to the old PL/SQL routine
546: csi_transactions_pvt.update_transactions(p_api_version,
547: p_init_msg_list,
548: p_commit,
549: p_validation_level,
550: ddp_transaction_rec,

Line 669: csi_transactions_pvt.create_txn_error(p_api_version,

665:
666:
667:
668: -- here's the delegated call to the old PL/SQL routine
669: csi_transactions_pvt.create_txn_error(p_api_version,
670: p_init_msg_list,
671: p_commit,
672: p_validation_level,
673: ddp_txn_error_rec,

Line 690: end csi_transactions_pvt_w;

686:
687:
688: end;
689:
690: end csi_transactions_pvt_w;