DBA Data[Home] [Help]

APPS.AR_CM_APPLICATION_PUB dependencies on RA_CUSTOMER_TRX

Line 95: p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE, --this has no default

91: x_return_status OUT NOCOPY VARCHAR2,
92: x_msg_count OUT NOCOPY NUMBER,
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,

Line 140: p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE DEFAULT NULL,

136: x_return_status OUT NOCOPY VARCHAR2 ,
137: x_msg_count OUT NOCOPY NUMBER ,
138: x_msg_data OUT NOCOPY VARCHAR2 ,
139: -- *** Credit Memo Info. parameters *****
140: p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE DEFAULT NULL,
141: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
142: p_reversal_gl_date IN ar_receivable_applications.reversal_gl_date%TYPE DEFAULT NULL,
143: p_called_from IN VARCHAR2 DEFAULT NULL,
144: p_org_id IN NUMBER DEFAULT NULL