DBA Data[Home] [Help]

APPS.LNS_IMPORT_LOAN_PUB dependencies on LNS_LOAN_HEADER_PUB

Line 557: l_loan_header_rec LNS_LOAN_HEADER_PUB.loan_header_rec_type;

553: l_LOAN_RATES_TBL LNS_LOAN_PUB.LOAN_RATES_TBL_TYPE;
554: l_term_rec lns_terms_pub.loan_term_rec_type;
555: l_bill_headers_tbl lns_billing_batch_pub.bill_headers_tbl;
556: l_bill_lines_tbl lns_billing_batch_pub.bill_lines_tbl;
557: l_loan_header_rec LNS_LOAN_HEADER_PUB.loan_header_rec_type;
558: l_OPEN_RATES_TBL LNS_LOAN_PUB.LOAN_RATES_TBL_TYPE;
559: l_loan_cust_sched_tbl LNS_LOAN_PUB.loan_cust_sched_tbl_type;
560: l_LOAN_RATES_REC LNS_IMPORT_LOAN_PUB.LOAN_RATES_REC_TYPE;
561: l_distribution_tbl lns_distributions_pub.distribution_tbl;

Line 1155: LNS_LOAN_HEADER_PUB.UPDATE_LOAN(P_OBJECT_VERSION_NUMBER => l_version_number,

1151: l_loan_header_rec.loan_status := 'ACTIVE';
1152: l_loan_header_rec.secondary_status := FND_API.G_MISS_CHAR;
1153: l_loan_header_rec.funded_amount := P_Loan_Details_Rec.funded_amount;
1154:
1155: LNS_LOAN_HEADER_PUB.UPDATE_LOAN(P_OBJECT_VERSION_NUMBER => l_version_number,
1156: P_LOAN_HEADER_REC => l_loan_header_rec,
1157: P_INIT_MSG_LIST => FND_API.G_FALSE,
1158: X_RETURN_STATUS => l_return_status,
1159: X_MSG_COUNT => l_msg_count,