DBA Data[Home] [Help]

APPS.OKL_PRICING_PVT dependencies on OKL_ISG_UTILS_PVT

Line 1616: OKL_ISG_UTILS_PVT.get_primary_stream_type(

1612: FETCH fee_strm_type_csr INTO l_stream_name;
1613: CLOSE fee_strm_type_csr;
1614:
1615: Else
1616: OKL_ISG_UTILS_PVT.get_primary_stream_type(
1617: p_khr_id => p_khr_id,
1618: p_deal_type => p_deal_type,
1619: p_primary_sty_purpose => 'RENT',
1620: x_return_status => x_return_status,

Line 1641: OKL_ISG_UTILS_PVT.get_arrears_pay_dates_option(

1637: l_start_date := l_rent_sll.start_date;
1638:
1639: -- Bug 6274342 DJANASWA begin
1640: IF l_rent_sll.arrears_yn = 'Y' THEN
1641: OKL_ISG_UTILS_PVT.get_arrears_pay_dates_option(
1642: p_khr_id => p_khr_id,
1643: x_arrears_pay_dates_option => l_arrears_pay_dates_option,
1644: x_return_status => lx_return_status);
1645:

Line 7252: OKL_ISG_UTILS_PVT.get_primary_stream_type(

7248: RAISE OKL_API.G_EXCEPTION_ERROR;
7249: END IF;
7250: -- Bug 4626837: Start
7251: --Fetch the Stream Type ID based on the purpose instead of the name
7252: OKL_ISG_UTILS_PVT.get_primary_stream_type(
7253: p_khr_id => p_khr_id,
7254: p_deal_type => l_hdr.deal_type,
7255: p_primary_sty_purpose => 'RENT',
7256: x_return_status => x_return_status,

Line 9787: OKL_ISG_UTILS_PVT.get_primary_stream_type(

9783: -- Get the Deal Type using the c_hdr cursor
9784: OPEN c_hdr;
9785: FETCH c_hdr INTO l_hdr;
9786: CLOSE c_hdr;
9787: OKL_ISG_UTILS_PVT.get_primary_stream_type(
9788: p_khr_id => p_khr_id,
9789: p_deal_type => l_hdr.deal_type,
9790: p_primary_sty_purpose => 'RENT',
9791: x_return_status => x_return_status,