DBA Data[Home] [Help]

APPS.JL_AR_RECEIVABLE_APPLICATIONS dependencies on JL_ZZ_AR_LIBRARY_1_PKG

Line 897: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (

893: FND_MSG_PUB.Add;
894: RAISE validation_error;
895: END IF;
896:
897: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (
898: x_trx_type_idm,
899: x_batch_source_idm,
900: x_receipt_method_idm,
901: 1,

Line 972: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_trx_id(

968: END;
969:
970: x_payment_date := fnd_date.canonical_to_date(p_global_attribute11);
971:
972: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_trx_id(
973: p_applied_payment_schedule_id,
974: x_customer_trx_id,
975: x_trans_date,
976: 1,

Line 985: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_interest_dtls (

981: END IF;
982: RAISE validation_error;
983: END IF;
984:
985: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_interest_dtls (
986: x_customer_trx_id,
987: x_interest_type,
988: x_interest_rate_amount,
989: x_interest_period,

Line 1003: JL_ZZ_AR_LIBRARY_1_PKG.get_city_from_ra_addresses (

999: END IF;
1000: RAISE validation_error;
1001: END IF;
1002:
1003: JL_ZZ_AR_LIBRARY_1_PKG.get_city_from_ra_addresses (
1004: p_applied_payment_schedule_id,
1005: x_city,
1006: 1,
1007: errcode,

Line 1175: jl_zz_ar_library_1_pkg.get_prev_interest_values(p_applied_payment_schedule_id,

1171: END;
1172:
1173: IF p_return_status = FND_API.G_RET_STS_SUCCESS THEN
1174:
1175: jl_zz_ar_library_1_pkg.get_prev_interest_values(p_applied_payment_schedule_id,
1176: p_cash_receipt_id,
1177: x_apply_date,
1178: x_main_amnt_rec,
1179: x_base_int_calc,

Line 1261: jl_zz_ar_library_1_pkg.get_interest_reversal_flag(p_cash_receipt_id,

1257: IF PG_DEBUG in ('Y', 'C') THEN
1258: arp_util.debug('jl_ar_receivable_applications.Reverse_br()+');
1259: END IF;
1260:
1261: jl_zz_ar_library_1_pkg.get_interest_reversal_flag(p_cash_receipt_id,
1262: x_interest_reversal,
1263: x_error_code);
1264:
1265: IF x_error_code = 0 then

Line 1281: jl_zz_ar_library_1_pkg.get_prev_interest_values(ps_rec.pay_sched_id,

1277: or pay_sched%NOTFOUND is NULL;
1278:
1279: IF ps_rec.calculated_interest IS NOT NULL THEN
1280:
1281: jl_zz_ar_library_1_pkg.get_prev_interest_values(ps_rec.pay_sched_id,
1282: p_cash_receipt_id,
1283: ps_rec.apply_date,
1284: x_main_amnt_rec,
1285: x_base_int_calc,

Line 1652: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (

1648: /* ---------------------------------------------------------------------- */
1649: fnd_file.put_line(fnd_file.log,'Before get_idm_profiles');
1650: fnd_file.put_line(fnd_file.log,'User Id '||to_char(fnd_global.user_id));
1651:
1652: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (
1653: l_trx_type_idm,
1654: l_batch_source_idm,
1655: l_receipt_method_idm,
1656: 1,