DBA Data[Home] [Help]

APPS.AR_CM_APPLICATION_PUB dependencies on AR_RECEIVABLE_APPLICATIONS

Line 95: p_amount_applied IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,

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

Line 97: p_receivables_trx_id IN ar_receivable_applications.receivables_trx_id%TYPE, --this has no default

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,
101: p_attribute_rec IN attribute_rec_type DEFAULT attribute_rec_const,

Line 98: p_apply_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,

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,
101: p_attribute_rec IN attribute_rec_type DEFAULT attribute_rec_const,
102: -- ******* Global Flexfield parameters *******

Line 99: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,

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,
101: p_attribute_rec IN attribute_rec_type DEFAULT attribute_rec_const,
102: -- ******* Global Flexfield parameters *******
103: p_global_attribute_rec IN global_attribute_rec_type DEFAULT global_attribute_rec_const,

Line 100: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%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,
101: p_attribute_rec IN attribute_rec_type DEFAULT attribute_rec_const,
102: -- ******* Global Flexfield parameters *******
103: p_global_attribute_rec IN global_attribute_rec_type DEFAULT global_attribute_rec_const,
104: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

Line 104: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

100: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
101: p_attribute_rec IN attribute_rec_type DEFAULT attribute_rec_const,
102: -- ******* Global Flexfield parameters *******
103: p_global_attribute_rec IN global_attribute_rec_type DEFAULT global_attribute_rec_const,
104: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
105: p_chk_approval_limit_flag IN VARCHAR2 DEFAULT 'Y',
106: p_application_ref_type IN OUT NOCOPY
107: ar_receivable_applications.application_ref_type%TYPE,
108: p_application_ref_id IN OUT NOCOPY

Line 107: ar_receivable_applications.application_ref_type%TYPE,

103: p_global_attribute_rec IN global_attribute_rec_type DEFAULT global_attribute_rec_const,
104: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
105: p_chk_approval_limit_flag IN VARCHAR2 DEFAULT 'Y',
106: p_application_ref_type IN OUT NOCOPY
107: ar_receivable_applications.application_ref_type%TYPE,
108: p_application_ref_id IN OUT NOCOPY
109: ar_receivable_applications.application_ref_id%TYPE,
110: p_application_ref_num IN OUT NOCOPY
111: ar_receivable_applications.application_ref_num%TYPE,

Line 109: ar_receivable_applications.application_ref_id%TYPE,

105: p_chk_approval_limit_flag IN VARCHAR2 DEFAULT 'Y',
106: p_application_ref_type IN OUT NOCOPY
107: ar_receivable_applications.application_ref_type%TYPE,
108: p_application_ref_id IN OUT NOCOPY
109: ar_receivable_applications.application_ref_id%TYPE,
110: p_application_ref_num IN OUT NOCOPY
111: ar_receivable_applications.application_ref_num%TYPE,
112: p_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,
113: p_called_from IN VARCHAR2 DEFAULT NULL

Line 111: ar_receivable_applications.application_ref_num%TYPE,

107: ar_receivable_applications.application_ref_type%TYPE,
108: p_application_ref_id IN OUT NOCOPY
109: ar_receivable_applications.application_ref_id%TYPE,
110: p_application_ref_num IN OUT NOCOPY
111: ar_receivable_applications.application_ref_num%TYPE,
112: p_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,
113: p_called_from IN VARCHAR2 DEFAULT NULL
114: ,p_org_id IN NUMBER DEFAULT NULL
115: ,p_pay_group_lookup_code IN FND_LOOKUPS.lookup_code%TYPE DEFAULT NULL

Line 112: p_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,

108: p_application_ref_id IN OUT NOCOPY
109: ar_receivable_applications.application_ref_id%TYPE,
110: p_application_ref_num IN OUT NOCOPY
111: ar_receivable_applications.application_ref_num%TYPE,
112: p_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE,
113: p_called_from IN VARCHAR2 DEFAULT NULL
114: ,p_org_id IN NUMBER DEFAULT NULL
115: ,p_pay_group_lookup_code IN FND_LOOKUPS.lookup_code%TYPE DEFAULT NULL
116: ,p_pay_alone_flag IN VARCHAR2 DEFAULT NULL

Line 142: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,

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

Line 143: p_reversal_gl_date IN ar_receivable_applications.reversal_gl_date%TYPE DEFAULT NULL,

139: x_msg_data OUT NOCOPY VARCHAR2 ,
140: -- *** Credit Memo Info. parameters *****
141: p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE DEFAULT NULL,
142: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%TYPE DEFAULT NULL,
143: p_reversal_gl_date IN ar_receivable_applications.reversal_gl_date%TYPE DEFAULT NULL,
144: p_called_from IN VARCHAR2 DEFAULT NULL,
145: p_org_id IN NUMBER DEFAULT NULL
146: );
147:

Line 164: p_receivable_application_id IN ar_receivable_applications.receivable_application_id%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
168: );

Line 165: p_reversal_gl_date IN ar_receivable_applications.reversal_gl_date%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
168: );
169: