DBA Data[Home] [Help]

APPS.OKS_CHANGE_STATUS_PVT dependencies on OKC_CONTRACT_PUB

Line 7: subtype chrv_tbl_type is OKC_CONTRACT_PUB.chrv_tbl_type;

3:
4: /*cgopinee bugfix 9259068*/
5: G_HEADER_STATUS_CHANGED VARCHAR2(1):='N';
6:
7: subtype chrv_tbl_type is OKC_CONTRACT_PUB.chrv_tbl_type;
8: subtype clev_tbl_type is OKC_CONTRACT_PUB.clev_tbl_type;
9: subtype control_rec_type is okc_util.okc_control_tbl_type;
10: Type Num_Tbl_Type is table of NUMBER index by BINARY_INTEGER ;
11: TYPE VC30_Tbl_Type is TABLE of VARCHAR2(30) index by BINARY_INTEGER ;

Line 8: subtype clev_tbl_type is OKC_CONTRACT_PUB.clev_tbl_type;

4: /*cgopinee bugfix 9259068*/
5: G_HEADER_STATUS_CHANGED VARCHAR2(1):='N';
6:
7: subtype chrv_tbl_type is OKC_CONTRACT_PUB.chrv_tbl_type;
8: subtype clev_tbl_type is OKC_CONTRACT_PUB.clev_tbl_type;
9: subtype control_rec_type is okc_util.okc_control_tbl_type;
10: Type Num_Tbl_Type is table of NUMBER index by BINARY_INTEGER ;
11: TYPE VC30_Tbl_Type is TABLE of VARCHAR2(30) index by BINARY_INTEGER ;
12: subtype wf_attr_details is OKS_WF_K_PROCESS_PVT.WF_ATTR_DETAILS;