DBA Data[Home] [Help]

APPS.OKC_IMP_RECORD_TYPES dependencies on OKC_REP_CONTRACTS_ALL

Line 59: sbcr_coordination_type OKC_REP_CONTRACTS_ALL.sbcr_coordination_type%TYPE,

55: run_id OKC_REP_IMP_CONTRACTS_T.run_id%TYPE ,
56: source_code OKC_REP_IMP_CONTRACTS_T.source_code%TYPE ,
57: contract_type OKC_REP_IMP_CONTRACTS_T.contract_type%TYPE ,
58: valid_flag OKC_REP_IMP_CONTRACTS_T.valid_flag%TYPE,
59: sbcr_coordination_type OKC_REP_CONTRACTS_ALL.sbcr_coordination_type%TYPE,
60: contract_status_code OKC_REP_IMP_CONTRACTS_T.contract_status_code%TYPE
61: );
62:
63: TYPE contract_tbl_type IS TABLE OF contract_rec_type INDEX BY PLS_INTEGER;