DBA Data[Home] [Help]

APPS.OKL_ACCOUNT_DIST_PUB dependencies on OKL_ACCOUNT_DIST_PVT

Line 4: SUBTYPE ctxt_val_tbl_type IS Okl_Account_Dist_Pvt.CTXT_VAL_TBL_TYPE;

1: PACKAGE OKL_ACCOUNT_DIST_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPTDTS.pls 115.6 2003/07/24 00:37:19 santonyr noship $ */
3:
4: SUBTYPE ctxt_val_tbl_type IS Okl_Account_Dist_Pvt.CTXT_VAL_TBL_TYPE;
5:
6: SUBTYPE tmpl_identify_rec_type IS Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;
7: SUBTYPE dist_info_rec_type IS Okl_Account_Dist_Pvt.dist_info_REC_TYPE;
8: SUBTYPE amount_tbl_type IS Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;

Line 6: SUBTYPE tmpl_identify_rec_type IS Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;

2: /* $Header: OKLPTDTS.pls 115.6 2003/07/24 00:37:19 santonyr noship $ */
3:
4: SUBTYPE ctxt_val_tbl_type IS Okl_Account_Dist_Pvt.CTXT_VAL_TBL_TYPE;
5:
6: SUBTYPE tmpl_identify_rec_type IS Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;
7: SUBTYPE dist_info_rec_type IS Okl_Account_Dist_Pvt.dist_info_REC_TYPE;
8: SUBTYPE amount_tbl_type IS Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;
9:
10: SUBTYPE tabv_rec_type IS Okl_Trns_Acc_Dstrs_Pub.tabv_rec_type;

Line 7: SUBTYPE dist_info_rec_type IS Okl_Account_Dist_Pvt.dist_info_REC_TYPE;

3:
4: SUBTYPE ctxt_val_tbl_type IS Okl_Account_Dist_Pvt.CTXT_VAL_TBL_TYPE;
5:
6: SUBTYPE tmpl_identify_rec_type IS Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;
7: SUBTYPE dist_info_rec_type IS Okl_Account_Dist_Pvt.dist_info_REC_TYPE;
8: SUBTYPE amount_tbl_type IS Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;
9:
10: SUBTYPE tabv_rec_type IS Okl_Trns_Acc_Dstrs_Pub.tabv_rec_type;
11: SUBTYPE tabv_tbl_type IS Okl_Trns_Acc_Dstrs_Pub.tabv_tbl_type;

Line 8: SUBTYPE amount_tbl_type IS Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;

4: SUBTYPE ctxt_val_tbl_type IS Okl_Account_Dist_Pvt.CTXT_VAL_TBL_TYPE;
5:
6: SUBTYPE tmpl_identify_rec_type IS Okl_Account_Dist_Pvt.TMPL_IDENTIFY_REC_TYPE;
7: SUBTYPE dist_info_rec_type IS Okl_Account_Dist_Pvt.dist_info_REC_TYPE;
8: SUBTYPE amount_tbl_type IS Okl_Account_Dist_Pvt.AMOUNT_TBL_TYPE;
9:
10: SUBTYPE tabv_rec_type IS Okl_Trns_Acc_Dstrs_Pub.tabv_rec_type;
11: SUBTYPE tabv_tbl_type IS Okl_Trns_Acc_Dstrs_Pub.tabv_tbl_type;
12: