DBA Data[Home] [Help]

APPS.JG_AR_RECEIVABLE_APPLICATIONS dependencies on JL_AR_RECEIVABLE_APPLICATIONS

Line 134: jl_ar_receivable_applications.Apply(p_apply_before_after,

130: 'JG_AR_RECEIVABLE_APPLICATIONS',
131: p_return_status);
132:
133: IF p_return_status = FND_API.G_RET_STS_SUCCESS THEN
134: jl_ar_receivable_applications.Apply(p_apply_before_after,
135: p_global_attribute_category,
136: p_set_of_books_id,
137: p_cash_receipt_id,
138: p_receipt_date,

Line 196: jl_ar_receivable_applications.Unapply(

192:
193: IF l_product_code IS NULL THEN
194: p_return_status := FND_API.G_RET_STS_SUCCESS;
195: ELSIF l_product_code = 'JL' THEN
196: jl_ar_receivable_applications.Unapply(
197: p_cash_receipt_id,
198: p_applied_payment_schedule_id,
199: p_return_status);
200: END IF;

Line 223: JL_AR_RECEIVABLE_APPLICATIONS.create_interest_adjustment

219: l_product_code := FND_PROFILE.VALUE('JGZZ_PRODUCT_CODE');
220:
221: IF nvl(l_product_code,'$') = 'JL' THEN
222:
223: JL_AR_RECEIVABLE_APPLICATIONS.create_interest_adjustment
224: (p_post_quickcash_req_id,
225: x_return_status);
226: fnd_file.put_line(fnd_file.log,'After jg_ar_receivable_applications.create_interest_adj()-');
227: END IF;

Line 248: JL_AR_RECEIVABLE_APPLICATIONS.delete_interest_adjustment

244: l_product_code := FND_PROFILE.VALUE('JGZZ_PRODUCT_CODE');
245:
246: IF nvl(l_product_code,'$') = 'JL' THEN
247:
248: JL_AR_RECEIVABLE_APPLICATIONS.delete_interest_adjustment
249: (p_cash_receipt_id ,
250: x_return_status );
251: END IF;
252: