DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on AR_CM_VAL_PVT

Line 138: ar_cm_val_pvt.default_app_ids(

134: | |
135: +-----------------------*/
136:
137: -- Call Defaulting API here to get IDs based on input parameters
138: ar_cm_val_pvt.default_app_ids(
139: l_cm_customer_trx_id,
140: p_cm_app_rec.cm_trx_number,
141: l_inv_customer_trx_id,
142: p_cm_app_rec.inv_trx_number,

Line 160: ar_cm_val_pvt.default_app_info(

156: | |
157: +---------------------*/
158:
159: -- Call API for defaulting
160: ar_cm_val_pvt.default_app_info(
161: l_cm_customer_trx_id ,
162: l_inv_customer_trx_id ,
163: l_inv_customer_trx_line_id ,
164: l_show_closed_invoices ,

Line 201: ar_cm_val_pvt.validate_app_info(

197: -- Call new PVT API for validation
198: IF l_def_return_status = FND_API.G_RET_STS_SUCCESS AND
199: l_def_ids_return_status = FND_API.G_RET_STS_SUCCESS
200: THEN
201: ar_cm_val_pvt.validate_app_info(
202: l_apply_date,
203: l_cm_trx_date,
204: l_inv_trx_date,
205: l_apply_gl_date,

Line 605: ar_cm_val_pvt.default_unapp_ids(

601:
602: --Derive the id's for the entered values and if both the
603: --values and the id's superceed the values
604:
605: ar_cm_val_pvt.default_unapp_ids(
606: p_cm_unapp_rec.cm_trx_number ,
607: l_cm_customer_trx_id ,
608: p_cm_unapp_rec.inv_trx_number ,
609: l_inv_customer_trx_id ,

Line 621: ar_cm_val_pvt.default_unapp_info(

617: arp_util.debug( 'Cm customer trx id : '|| l_cm_customer_trx_id );
618: arp_util.debug( 'receivable app id : '|| l_receivable_application_id );
619: END IF;
620:
621: ar_cm_val_pvt.default_unapp_info(
622: l_receivable_application_id,
623: l_apply_gl_date,
624: l_cm_customer_trx_id,
625: l_reversal_gl_date,

Line 633: ar_cm_val_pvt.validate_unapp_info(

629: arp_util.debug( 'Cm customer trx id : '|| l_cm_customer_trx_id );
630: arp_util.debug( 'receivable app id : '|| l_receivable_application_id );
631: arp_util.debug( 'reversal date : '|| l_reversal_gl_date );
632: END IF;
633: ar_cm_val_pvt.validate_unapp_info(
634: l_cm_gl_date,
635: l_receivable_application_id,
636: l_reversal_gl_date,
637: l_apply_gl_date,