DBA Data[Home] [Help]

APPS.AR_CM_APPLICATION_PUB dependencies on AR_CM_VAL_PVT

Line 1098: ar_cm_val_pvt.default_unapp_ids(

1094: +---------------------------------------------*/
1095:
1096: --Derive the id's for the entered values and if both the
1097: --values and the id's superceed the values
1098: ar_cm_val_pvt.default_unapp_ids(
1099: l_cm_trx_number ,
1100: l_cm_customer_trx_id ,
1101: l_inv_trx_number,
1102: l_inv_customer_trx_id ,

Line 1123: ar_cm_val_pvt.default_unapp_info(

1119: arp_util.debug('l_apply_gl_date:'||l_apply_gl_date);
1120: arp_util.debug('l_def_ids_return_status:'||l_def_ids_return_status);
1121: END IF;
1122:
1123: ar_cm_val_pvt.default_unapp_info(
1124: l_receivable_application_id,
1125: l_apply_gl_date,
1126: l_cm_customer_trx_id,
1127: l_reversal_gl_date,

Line 1141: ar_cm_val_pvt.validate_unapp_info(

1137: arp_util.debug('l_cm_gl_date: '|| l_cm_gl_date );
1138: END IF;
1139:
1140:
1141: ar_cm_val_pvt.validate_unapp_info(
1142: l_cm_gl_date,
1143: l_receivable_application_id,
1144: l_reversal_gl_date,
1145: l_apply_gl_date,