DBA Data[Home] [Help]

APPS.AR_CM_APPLICATION_PUB dependencies on AR_PAYMENT_SCHEDULES

Line 97: p_applied_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE, --this has no default

93: x_msg_data OUT NOCOPY VARCHAR2,
94: -- Credit Memo application parameters.
95: p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE, --this has no default
96: p_amount_applied IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
97: p_applied_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE, --this has no default
98: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE, --this has no default
99: p_apply_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
100: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
101: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,