DBA Data[Home] [Help]

APPS.AR_CM_APPLICATION_PUB dependencies on AR_PAYMENT_SCHEDULES

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

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

Line 162: p_installment IN ar_payment_schedules.terms_sequence_number%TYPE DEFAULT NULL,

158: p_cm_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE DEFAULT NULL,
159: p_cm_trx_number IN ra_customer_trx.trx_number%TYPE DEFAULT NULL,
160: p_app_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE DEFAULT NULL,
161: p_app_trx_number IN ra_customer_trx.trx_number%TYPE DEFAULT NULL,
162: p_installment IN ar_payment_schedules.terms_sequence_number%TYPE DEFAULT NULL,
163: p_applied_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE DEFAULT NULL,
164: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
165: p_reversal_gl_date IN ar_receivable_applications.reversal_gl_date%TYPE DEFAULT NULL,
166: p_called_from IN VARCHAR2 DEFAULT NULL,

Line 163: p_applied_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE DEFAULT NULL,

159: p_cm_trx_number IN ra_customer_trx.trx_number%TYPE DEFAULT NULL,
160: p_app_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE DEFAULT NULL,
161: p_app_trx_number IN ra_customer_trx.trx_number%TYPE DEFAULT NULL,
162: p_installment IN ar_payment_schedules.terms_sequence_number%TYPE DEFAULT NULL,
163: p_applied_payment_schedule_id IN ar_payment_schedules.payment_schedule_id%TYPE DEFAULT NULL,
164: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
165: p_reversal_gl_date IN ar_receivable_applications.reversal_gl_date%TYPE DEFAULT NULL,
166: p_called_from IN VARCHAR2 DEFAULT NULL,
167: p_org_id IN NUMBER DEFAULT NULL