DBA Data[Home] [Help]

APPS.JL_AR_RECEIVABLE_APPLICATIONS dependencies on JL_ZZ_AR_LIBRARY_1_PKG

Line 783: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (

779: FND_MSG_PUB.Add;
780: RAISE validation_error;
781: END IF;
782:
783: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (
784: x_trx_type_idm,
785: x_batch_source_idm,
786: x_receipt_method_idm,
787: 1,

Line 858: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_trx_id(

854: END;
855:
856: x_payment_date := fnd_date.canonical_to_date(p_global_attribute11);
857:
858: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_trx_id(
859: p_applied_payment_schedule_id,
860: x_customer_trx_id,
861: x_trans_date,
862: 1,

Line 871: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_interest_dtls (

867: END IF;
868: RAISE validation_error;
869: END IF;
870:
871: JL_ZZ_AR_LIBRARY_1_PKG.get_customer_interest_dtls (
872: x_customer_trx_id,
873: x_interest_type,
874: x_interest_rate_amount,
875: x_interest_period,

Line 889: JL_ZZ_AR_LIBRARY_1_PKG.get_city_from_ra_addresses (

885: END IF;
886: RAISE validation_error;
887: END IF;
888:
889: JL_ZZ_AR_LIBRARY_1_PKG.get_city_from_ra_addresses (
890: p_applied_payment_schedule_id,
891: x_city,
892: 1,
893: errcode,

Line 1061: jl_zz_ar_library_1_pkg.get_prev_interest_values(p_applied_payment_schedule_id,

1057: END;
1058:
1059: IF p_return_status = FND_API.G_RET_STS_SUCCESS THEN
1060:
1061: jl_zz_ar_library_1_pkg.get_prev_interest_values(p_applied_payment_schedule_id,
1062: p_cash_receipt_id,
1063: x_apply_date,
1064: x_main_amnt_rec,
1065: x_base_int_calc,

Line 1147: jl_zz_ar_library_1_pkg.get_interest_reversal_flag(p_cash_receipt_id,

1143: IF PG_DEBUG in ('Y', 'C') THEN
1144: arp_util.debug('jl_ar_receivable_applications.Reverse_br()+');
1145: END IF;
1146:
1147: jl_zz_ar_library_1_pkg.get_interest_reversal_flag(p_cash_receipt_id,
1148: x_interest_reversal,
1149: x_error_code);
1150:
1151: IF x_error_code = 0 then

Line 1167: jl_zz_ar_library_1_pkg.get_prev_interest_values(ps_rec.pay_sched_id,

1163: or pay_sched%NOTFOUND is NULL;
1164:
1165: IF ps_rec.calculated_interest IS NOT NULL THEN
1166:
1167: jl_zz_ar_library_1_pkg.get_prev_interest_values(ps_rec.pay_sched_id,
1168: p_cash_receipt_id,
1169: ps_rec.apply_date,
1170: x_main_amnt_rec,
1171: x_base_int_calc,

Line 1538: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (

1534: /* ---------------------------------------------------------------------- */
1535: fnd_file.put_line(fnd_file.log,'Before get_idm_profiles');
1536: fnd_file.put_line(fnd_file.log,'User Id '||to_char(fnd_global.user_id));
1537:
1538: JL_ZZ_AR_LIBRARY_1_PKG.get_idm_profiles_from_syspa (
1539: l_trx_type_idm,
1540: l_batch_source_idm,
1541: l_receipt_method_idm,
1542: 1,