DBA Data[Home] [Help]

APPS.OKL_CURE_CALC_PVT dependencies on OKC_K_HEADERS_B

Line 11: contract_number okc_k_headers_b.contract_number%type,

7: l_MsgLevel NUMBER := NVL(to_number(FND_PROFILE.VALUE('FND_AS_MSG_LEVEL_THRESHOLD')),
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: