DBA Data[Home] [Help]

APPS.LNS_SAMPLE_HOOKS dependencies on LNS_FEES_ALL

Line 178: | P_FEE_ID IN Input fee id from lns_fees_all table

174: |
175: |
176: | PARAMETERS
177: | P_LOAN_ID IN Input Loan ID
178: | P_FEE_ID IN Input fee id from lns_fees_all table
179: | P_INSTALLMENT IN Input installment number
180: | X_AMOUNT OUT NOCOPY Returned fee amount value
181: | X_ERROR OUT NOCOPY Returned error message.
182: |

Line 234: from lns_fees_all

230: ,rate_type
231: ,billing_option
232: ,number_grace_days
233: ,CUSTOM_PROCEDURE
234: from lns_fees_all
235: where fee_id = p_fee_id;
236:
237: BEGIN
238: