DBA Data[Home] [Help]

APPS.OKL_OPI_PVT dependencies on OKL_CONTRACT_INFO

Line 693: l_return_status := OKL_CONTRACT_INFO.get_syndicate_flag(

689: l_oinv_rec.khr_id;
690: EXIT WHEN l_report_all_csr%NOTFOUND;
691:
692: --find out lessee syndicate flag
693: l_return_status := OKL_CONTRACT_INFO.get_syndicate_flag(
694: p_contract_id => l_oinv_rec.khr_id
695: ,x_syndicate_flag => l_syndicate_flag);
696:
697: IF NOT ((l_return_status = okl_api.G_RET_STS_UNEXP_ERROR) OR

Line 810: l_return_status := OKL_CONTRACT_INFO.get_customer(p_contract_id, l_party_rec.party_id);

806: ,hzl.postal_plus4_code
807: FROM hz_locations hzl
808: WHERE hzl.location_id = cp_bill_to_address_id;
809: BEGIN
810: l_return_status := OKL_CONTRACT_INFO.get_customer(p_contract_id, l_party_rec.party_id);
811: IF (l_return_status <> OKC_API.G_RET_STS_SUCCESS) THEN
812: OKC_API.SET_MESSAGE( p_app_name => G_APP_NAME
813: ,p_msg_name => G_INVALID_PARTY);
814: END IF;

Line 831: l_bill_to_add_return_status := OKL_CONTRACT_INFO.get_bill_to_address(p_contract_id, l_bill_to_address_id);

827: ,l_party_rec.person_iden_type;
828: CLOSE l_pp_csr;
829:
830:
831: l_bill_to_add_return_status := OKL_CONTRACT_INFO.get_bill_to_address(p_contract_id, l_bill_to_address_id);
832:
833: OPEN l_hzl_csr(l_bill_to_address_id);
834: FETCH l_hzl_csr INTO
835: l_party_rec.address1

Line 1206: l_return_status := OKL_CONTRACT_INFO.get_rent_security_interest(

1202: + NVL(OKL_SEEDED_FUNCTIONS_PVT.contract_fees_capitalized(p_chr_id => l_contract_rec.khr_id, p_line_id => NULL),0);
1203:
1204:
1205: --code for getting monthly_payment_amount
1206: l_return_status := OKL_CONTRACT_INFO.get_rent_security_interest(
1207: p_contract_id => l_contract_rec.khr_id,
1208: x_advance_rent => l_contract_rec.monthly_payment_amount,
1209: x_security_deposit => l_security_deposit,
1210: x_interest_type => l_interest_type);

Line 1213: l_return_status := OKL_CONTRACT_INFO.get_outstanding_rcvble(

1209: x_security_deposit => l_security_deposit,
1210: x_interest_type => l_interest_type);
1211:
1212: --code for getting remaining_amount
1213: l_return_status := OKL_CONTRACT_INFO.get_outstanding_rcvble(
1214: p_contract_id => l_contract_rec.khr_id,
1215: x_rcvble_amt => l_contract_rec.remaining_amount);
1216:
1217: --code for setting credit_indicator