DBA Data[Home] [Help]

APPS.OKC_CFG_PUB dependencies on OKC_CONTRACT_PUB

Line 92: SUBTYPE chrv_tbl_type IS OKC_CONTRACT_PUB.chrv_tbl_type;

88: -- PURPOSE : Type cast for the Contract header,line and
89: -- contract items tables. Usage can be in this API
90: -- and/or the forms library OKCAUCFG.pld
91: -- ---------------------------------------------------------------------------
92: SUBTYPE chrv_tbl_type IS OKC_CONTRACT_PUB.chrv_tbl_type;
93: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;
94:
95: SUBTYPE clev_tbl_type IS OKC_CONTRACT_PUB.clev_tbl_type;
96: SUBTYPE clev_rec_type IS OKC_CONTRACT_PUB.clev_rec_type;

Line 93: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;

89: -- contract items tables. Usage can be in this API
90: -- and/or the forms library OKCAUCFG.pld
91: -- ---------------------------------------------------------------------------
92: SUBTYPE chrv_tbl_type IS OKC_CONTRACT_PUB.chrv_tbl_type;
93: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;
94:
95: SUBTYPE clev_tbl_type IS OKC_CONTRACT_PUB.clev_tbl_type;
96: SUBTYPE clev_rec_type IS OKC_CONTRACT_PUB.clev_rec_type;
97:

Line 95: SUBTYPE clev_tbl_type IS OKC_CONTRACT_PUB.clev_tbl_type;

91: -- ---------------------------------------------------------------------------
92: SUBTYPE chrv_tbl_type IS OKC_CONTRACT_PUB.chrv_tbl_type;
93: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;
94:
95: SUBTYPE clev_tbl_type IS OKC_CONTRACT_PUB.clev_tbl_type;
96: SUBTYPE clev_rec_type IS OKC_CONTRACT_PUB.clev_rec_type;
97:
98: SUBTYPE cimv_rec_type IS OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
99: SUBTYPE cimv_tbl_type IS OKC_CONTRACT_ITEM_PUB.cimv_tbl_type;

Line 96: SUBTYPE clev_rec_type IS OKC_CONTRACT_PUB.clev_rec_type;

92: SUBTYPE chrv_tbl_type IS OKC_CONTRACT_PUB.chrv_tbl_type;
93: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;
94:
95: SUBTYPE clev_tbl_type IS OKC_CONTRACT_PUB.clev_tbl_type;
96: SUBTYPE clev_rec_type IS OKC_CONTRACT_PUB.clev_rec_type;
97:
98: SUBTYPE cimv_rec_type IS OKC_CONTRACT_ITEM_PUB.cimv_rec_type;
99: SUBTYPE cimv_tbl_type IS OKC_CONTRACT_ITEM_PUB.cimv_tbl_type;
100: