DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_FXL_PVT

Line 68: SUBTYPE fxl_tbl_tbl_type IS okl_fxl_pvt.fxl_tbl_tbl_type;

64: INDEX BY BINARY_INTEGER;
65:
66: -- Start : PRASJAIN : Bug# 6268782
67: SUBTYPE tel_tbl_tbl_type IS okl_tel_pvt.tel_tbl_tbl_type;
68: SUBTYPE fxl_tbl_tbl_type IS okl_fxl_pvt.fxl_tbl_tbl_type;
69:
70: TYPE led_lang_rec_type IS RECORD(
71: language VARCHAR2(12)
72: ,contract_status VARCHAR2(90)

Line 90: SUBTYPE fxlv_rec_type IS okl_fxl_pvt.fxlv_rec_type;

86:
87: SUBTYPE fxhv_rec_type IS okl_fxh_pvt.fxhv_rec_type;
88: SUBTYPE fxhv_tbl_type IS okl_fxh_pvt.fxhv_tbl_type;
89:
90: SUBTYPE fxlv_rec_type IS okl_fxl_pvt.fxlv_rec_type;
91: SUBTYPE fxlv_tbl_type IS okl_fxl_pvt.fxlv_tbl_type;
92:
93: SUBTYPE asev_rec_type IS okl_acct_sources_pvt.asev_rec_type;
94: SUBTYPE asev_tbl_type IS okl_acct_sources_pvt.asev_tbl_type;

Line 91: SUBTYPE fxlv_tbl_type IS okl_fxl_pvt.fxlv_tbl_type;

87: SUBTYPE fxhv_rec_type IS okl_fxh_pvt.fxhv_rec_type;
88: SUBTYPE fxhv_tbl_type IS okl_fxh_pvt.fxhv_tbl_type;
89:
90: SUBTYPE fxlv_rec_type IS okl_fxl_pvt.fxlv_rec_type;
91: SUBTYPE fxlv_tbl_type IS okl_fxl_pvt.fxlv_tbl_type;
92:
93: SUBTYPE asev_rec_type IS okl_acct_sources_pvt.asev_rec_type;
94: SUBTYPE asev_tbl_type IS okl_acct_sources_pvt.asev_tbl_type;
95:

Line 119: SUBTYPE fxl_rec_type IS okl_fxl_pvt.fxl_rec_type;

115:
116: SUBTYPE fxh_rec_type IS okl_fxh_pvt.fxh_rec_type;
117: SUBTYPE fxhl_tbl_type IS okl_fxh_pvt.fxhl_tbl_type;
118:
119: SUBTYPE fxl_rec_type IS okl_fxl_pvt.fxl_rec_type;
120: SUBTYPE fxll_tbl_type IS okl_fxl_pvt.fxll_tbl_type;
121:
122: SUBTYPE rxh_rec_type IS okl_rxh_pvt.rxh_rec_type;
123: SUBTYPE rxhl_tbl_type IS okl_rxh_pvt.rxhl_tbl_type;

Line 120: SUBTYPE fxll_tbl_type IS okl_fxl_pvt.fxll_tbl_type;

116: SUBTYPE fxh_rec_type IS okl_fxh_pvt.fxh_rec_type;
117: SUBTYPE fxhl_tbl_type IS okl_fxh_pvt.fxhl_tbl_type;
118:
119: SUBTYPE fxl_rec_type IS okl_fxl_pvt.fxl_rec_type;
120: SUBTYPE fxll_tbl_type IS okl_fxl_pvt.fxll_tbl_type;
121:
122: SUBTYPE rxh_rec_type IS okl_rxh_pvt.rxh_rec_type;
123: SUBTYPE rxhl_tbl_type IS okl_rxh_pvt.rxhl_tbl_type;
124: