DBA Data[Home] [Help]

APPS.AR_CM_APPLICATION_PUB dependencies on AR_RECEIVABLE_APPLICATIONS

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

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,
100: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,

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

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

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

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

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

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

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

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

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

Line 108: ar_receivable_applications.application_ref_type%TYPE,

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

Line 110: ar_receivable_applications.application_ref_id%TYPE,

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

Line 112: ar_receivable_applications.application_ref_num%TYPE,

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

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

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

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

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
145: );

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

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
145: );
146: