DBA Data[Home] [Help]

APPS.OKL_VENDOR_REFUND_PVT dependencies on OKL_CURE_AMOUNTS

Line 12: cure_type okl_cure_amounts.cure_type%type,

8: FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
9:
10: TYPE error_rec_type IS RECORD (
11: contract_number okc_k_headers_b.contract_number%type,
12: cure_type okl_cure_amounts.cure_type%type,
13: cure_amount okl_cure_amounts.cure_amount%type
14: );
15:
16: TYPE error_tbl_type IS TABLE OF error_rec_type

Line 13: cure_amount okl_cure_amounts.cure_amount%type

9:
10: TYPE error_rec_type IS RECORD (
11: contract_number okc_k_headers_b.contract_number%type,
12: cure_type okl_cure_amounts.cure_type%type,
13: cure_amount okl_cure_amounts.cure_amount%type
14: );
15:
16: TYPE error_tbl_type IS TABLE OF error_rec_type
17: INDEX BY BINARY_INTEGER;