DBA Data[Home] [Help]

APPS.OKL_POOLCONC_PVT dependencies on OKL_POOL_PVT

Line 104: SUBTYPE polsrch_rec_type IS Okl_Pool_Pvt.polsrch_rec_type;

100:
101: TYPE error_message_type IS TABLE OF VARCHAR2(2000)
102: INDEX BY BINARY_INTEGER;
103:
104: SUBTYPE polsrch_rec_type IS Okl_Pool_Pvt.polsrch_rec_type;
105: SUBTYPE pocv_rec_type IS Okl_Pool_Pvt.pocv_rec_type;
106: SUBTYPE pocv_tbl_type IS Okl_Pool_Pvt.pocv_tbl_type;
107: SUBTYPE poc_uv_rec_type IS Okl_Pool_Pvt.poc_uv_rec_type;
108: SUBTYPE poc_uv_tbl_type IS Okl_Pool_Pvt.poc_uv_tbl_type;

Line 105: SUBTYPE pocv_rec_type IS Okl_Pool_Pvt.pocv_rec_type;

101: TYPE error_message_type IS TABLE OF VARCHAR2(2000)
102: INDEX BY BINARY_INTEGER;
103:
104: SUBTYPE polsrch_rec_type IS Okl_Pool_Pvt.polsrch_rec_type;
105: SUBTYPE pocv_rec_type IS Okl_Pool_Pvt.pocv_rec_type;
106: SUBTYPE pocv_tbl_type IS Okl_Pool_Pvt.pocv_tbl_type;
107: SUBTYPE poc_uv_rec_type IS Okl_Pool_Pvt.poc_uv_rec_type;
108: SUBTYPE poc_uv_tbl_type IS Okl_Pool_Pvt.poc_uv_tbl_type;
109:

Line 106: SUBTYPE pocv_tbl_type IS Okl_Pool_Pvt.pocv_tbl_type;

102: INDEX BY BINARY_INTEGER;
103:
104: SUBTYPE polsrch_rec_type IS Okl_Pool_Pvt.polsrch_rec_type;
105: SUBTYPE pocv_rec_type IS Okl_Pool_Pvt.pocv_rec_type;
106: SUBTYPE pocv_tbl_type IS Okl_Pool_Pvt.pocv_tbl_type;
107: SUBTYPE poc_uv_rec_type IS Okl_Pool_Pvt.poc_uv_rec_type;
108: SUBTYPE poc_uv_tbl_type IS Okl_Pool_Pvt.poc_uv_tbl_type;
109:
110: ----------------------------------------------------------------------------

Line 107: SUBTYPE poc_uv_rec_type IS Okl_Pool_Pvt.poc_uv_rec_type;

103:
104: SUBTYPE polsrch_rec_type IS Okl_Pool_Pvt.polsrch_rec_type;
105: SUBTYPE pocv_rec_type IS Okl_Pool_Pvt.pocv_rec_type;
106: SUBTYPE pocv_tbl_type IS Okl_Pool_Pvt.pocv_tbl_type;
107: SUBTYPE poc_uv_rec_type IS Okl_Pool_Pvt.poc_uv_rec_type;
108: SUBTYPE poc_uv_tbl_type IS Okl_Pool_Pvt.poc_uv_tbl_type;
109:
110: ----------------------------------------------------------------------------
111: -- Data Structures

Line 108: SUBTYPE poc_uv_tbl_type IS Okl_Pool_Pvt.poc_uv_tbl_type;

104: SUBTYPE polsrch_rec_type IS Okl_Pool_Pvt.polsrch_rec_type;
105: SUBTYPE pocv_rec_type IS Okl_Pool_Pvt.pocv_rec_type;
106: SUBTYPE pocv_tbl_type IS Okl_Pool_Pvt.pocv_tbl_type;
107: SUBTYPE poc_uv_rec_type IS Okl_Pool_Pvt.poc_uv_rec_type;
108: SUBTYPE poc_uv_tbl_type IS Okl_Pool_Pvt.poc_uv_tbl_type;
109:
110: ----------------------------------------------------------------------------
111: -- Data Structures
112: ----------------------------------------------------------------------------