DBA Data[Home] [Help]

APPS.OKC_CONTRACT_SEQ_PUB dependencies on OKC_CONTRACT_SEQ_PVT

Line 4: subtype ksqv_rec_type is okc_contract_seq_pvt.ksqv_rec_type;

1: package okc_contract_seq_pub AUTHID CURRENT_USER as
2: /* $Header: OKCPKSQS.pls 120.0 2005/05/25 19:43:45 appldev noship $ */
3:
4: subtype ksqv_rec_type is okc_contract_seq_pvt.ksqv_rec_type;
5: subtype ksqv_tbl_type is okc_contract_seq_pvt.ksqv_tbl_type;
6: subtype lsqv_rec_type is okc_contract_seq_pvt.lsqv_rec_type;
7: subtype lsqv_tbl_type is okc_contract_seq_pvt.lsqv_tbl_type;
8:

Line 5: subtype ksqv_tbl_type is okc_contract_seq_pvt.ksqv_tbl_type;

1: package okc_contract_seq_pub AUTHID CURRENT_USER as
2: /* $Header: OKCPKSQS.pls 120.0 2005/05/25 19:43:45 appldev noship $ */
3:
4: subtype ksqv_rec_type is okc_contract_seq_pvt.ksqv_rec_type;
5: subtype ksqv_tbl_type is okc_contract_seq_pvt.ksqv_tbl_type;
6: subtype lsqv_rec_type is okc_contract_seq_pvt.lsqv_rec_type;
7: subtype lsqv_tbl_type is okc_contract_seq_pvt.lsqv_tbl_type;
8:
9: G_EXCEPTION_HALT_VALIDATION EXCEPTION;

Line 6: subtype lsqv_rec_type is okc_contract_seq_pvt.lsqv_rec_type;

2: /* $Header: OKCPKSQS.pls 120.0 2005/05/25 19:43:45 appldev noship $ */
3:
4: subtype ksqv_rec_type is okc_contract_seq_pvt.ksqv_rec_type;
5: subtype ksqv_tbl_type is okc_contract_seq_pvt.ksqv_tbl_type;
6: subtype lsqv_rec_type is okc_contract_seq_pvt.lsqv_rec_type;
7: subtype lsqv_tbl_type is okc_contract_seq_pvt.lsqv_tbl_type;
8:
9: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
10: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;

Line 7: subtype lsqv_tbl_type is okc_contract_seq_pvt.lsqv_tbl_type;

3:
4: subtype ksqv_rec_type is okc_contract_seq_pvt.ksqv_rec_type;
5: subtype ksqv_tbl_type is okc_contract_seq_pvt.ksqv_tbl_type;
6: subtype lsqv_rec_type is okc_contract_seq_pvt.lsqv_rec_type;
7: subtype lsqv_tbl_type is okc_contract_seq_pvt.lsqv_tbl_type;
8:
9: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
10: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;
11: G_PARENT_TABLE_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_PARENT_TABLE_TOKEN;