DBA Data[Home] [Help]

APPS.OKL_PRICING_PVT dependencies on OKL_ISG_UTILS_PVT

Line 1533: OKL_ISG_UTILS_PVT.get_primary_stream_type(

1529: FETCH fee_strm_type_csr INTO l_stream_name;
1530: CLOSE fee_strm_type_csr;
1531:
1532: Else
1533: OKL_ISG_UTILS_PVT.get_primary_stream_type(
1534: p_khr_id => p_khr_id,
1535: p_deal_type => p_deal_type,
1536: p_primary_sty_purpose => 'RENT',
1537: x_return_status => x_return_status,

Line 1558: OKL_ISG_UTILS_PVT.get_arrears_pay_dates_option(

1554: l_start_date := l_rent_sll.start_date;
1555:
1556: -- Bug 6274342 DJANASWA begin
1557: IF l_rent_sll.arrears_yn = 'Y' THEN
1558: OKL_ISG_UTILS_PVT.get_arrears_pay_dates_option(
1559: p_khr_id => p_khr_id,
1560: x_arrears_pay_dates_option => l_arrears_pay_dates_option,
1561: x_return_status => lx_return_status);
1562:

Line 7642: OKL_ISG_UTILS_PVT.get_primary_stream_type(

7638: RAISE OKL_API.G_EXCEPTION_ERROR;
7639: END IF;
7640: -- Bug 4626837: Start
7641: --Fetch the Stream Type ID based on the purpose instead of the name
7642: OKL_ISG_UTILS_PVT.get_primary_stream_type(
7643: p_khr_id => p_khr_id,
7644: p_deal_type => l_hdr.deal_type,
7645: p_primary_sty_purpose => 'RENT',
7646: x_return_status => x_return_status,

Line 10172: OKL_ISG_UTILS_PVT.get_primary_stream_type(

10168: -- Get the Deal Type using the c_hdr cursor
10169: OPEN c_hdr;
10170: FETCH c_hdr INTO l_hdr;
10171: CLOSE c_hdr;
10172: OKL_ISG_UTILS_PVT.get_primary_stream_type(
10173: p_khr_id => p_khr_id,
10174: p_deal_type => l_hdr.deal_type,
10175: p_primary_sty_purpose => 'RENT',
10176: x_return_status => x_return_status,