DBA Data[Home] [Help]

APPS.AR_CM_API_PUB dependencies on AR_CM_VAL_PVT

Line 154: ar_cm_val_pvt.default_app_ids(

150: | |
151: +-----------------------*/
152:
153: -- Call Defaulting API here to get IDs based on input parameters
154: ar_cm_val_pvt.default_app_ids(
155: l_cm_customer_trx_id,
156: p_cm_app_rec.cm_trx_number,
157: l_inv_customer_trx_id,
158: p_cm_app_rec.inv_trx_number,

Line 176: ar_cm_val_pvt.default_app_info(

172: | |
173: +---------------------*/
174:
175: -- Call API for defaulting
176: ar_cm_val_pvt.default_app_info(
177: l_cm_customer_trx_id ,
178: l_inv_customer_trx_id ,
179: l_inv_customer_trx_line_id ,
180: l_show_closed_invoices ,

Line 217: ar_cm_val_pvt.validate_app_info(

213: -- Call new PVT API for validation
214: IF l_def_return_status = FND_API.G_RET_STS_SUCCESS AND
215: l_def_ids_return_status = FND_API.G_RET_STS_SUCCESS
216: THEN
217: ar_cm_val_pvt.validate_app_info(
218: l_apply_date,
219: l_cm_trx_date,
220: l_inv_trx_date,
221: l_apply_gl_date,

Line 653: ar_cm_val_pvt.default_unapp_ids(

649:
650: --Derive the id's for the entered values and if both the
651: --values and the id's superceed the values
652:
653: ar_cm_val_pvt.default_unapp_ids(
654: p_cm_unapp_rec.cm_trx_number ,
655: l_cm_customer_trx_id ,
656: p_cm_unapp_rec.inv_trx_number ,
657: l_inv_customer_trx_id ,

Line 669: ar_cm_val_pvt.default_unapp_info(

665: arp_util.debug( 'Cm customer trx id : '|| l_cm_customer_trx_id );
666: arp_util.debug( 'receivable app id : '|| l_receivable_application_id );
667: END IF;
668:
669: ar_cm_val_pvt.default_unapp_info(
670: l_receivable_application_id,
671: l_apply_gl_date,
672: l_cm_customer_trx_id,
673: l_reversal_gl_date,

Line 681: ar_cm_val_pvt.validate_unapp_info(

677: arp_util.debug( 'Cm customer trx id : '|| l_cm_customer_trx_id );
678: arp_util.debug( 'receivable app id : '|| l_receivable_application_id );
679: arp_util.debug( 'reversal date : '|| l_reversal_gl_date );
680: END IF;
681: ar_cm_val_pvt.validate_unapp_info(
682: l_cm_gl_date,
683: l_receivable_application_id,
684: l_reversal_gl_date,
685: l_apply_gl_date,