DBA Data[Home] [Help]

APPS.OKL_TRANS_CONTRACTS_PUB dependencies on OKL_TRANS_CONTRACTS_PVT

Line 5: SUBTYPE tcnv_rec_type IS okl_trans_contracts_pvt.tcnv_rec_type;

1: PACKAGE OKL_TRANS_CONTRACTS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPTCTS.pls 115.1 2002/02/06 20:30:42 pkm ship $ */
3:
4:
5: SUBTYPE tcnv_rec_type IS okl_trans_contracts_pvt.tcnv_rec_type;
6:
7: SUBTYPE tcnv_tbl_type IS okl_trans_contracts_pvt.tcnv_tbl_type;
8:
9:

Line 7: SUBTYPE tcnv_tbl_type IS okl_trans_contracts_pvt.tcnv_tbl_type;

3:
4:
5: SUBTYPE tcnv_rec_type IS okl_trans_contracts_pvt.tcnv_rec_type;
6:
7: SUBTYPE tcnv_tbl_type IS okl_trans_contracts_pvt.tcnv_tbl_type;
8:
9:
10:
11: SUBTYPE tclv_rec_type IS okl_trans_contracts_pvt.tclv_rec_type;

Line 11: SUBTYPE tclv_rec_type IS okl_trans_contracts_pvt.tclv_rec_type;

7: SUBTYPE tcnv_tbl_type IS okl_trans_contracts_pvt.tcnv_tbl_type;
8:
9:
10:
11: SUBTYPE tclv_rec_type IS okl_trans_contracts_pvt.tclv_rec_type;
12:
13: SUBTYPE tclv_tbl_type IS okl_trans_contracts_pvt.tclv_tbl_type;
14:
15:

Line 13: SUBTYPE tclv_tbl_type IS okl_trans_contracts_pvt.tclv_tbl_type;

9:
10:
11: SUBTYPE tclv_rec_type IS okl_trans_contracts_pvt.tclv_rec_type;
12:
13: SUBTYPE tclv_tbl_type IS okl_trans_contracts_pvt.tclv_tbl_type;
14:
15:
16: PROCEDURE create_trx_contracts(p_api_version IN NUMBER
17: ,p_init_msg_list IN VARCHAR2 DEFAULT OKC_API.G_FALSE