DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on JG_AR_RECEIVABLE_APPLICATIONS

Line 1552: jg_ar_receivable_applications.apply(

1548: );
1549:
1550:
1551: --default and validate the global descriptive flexfield
1552: jg_ar_receivable_applications.apply(
1553: p_apply_before_after => 'BEFORE',
1554: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
1555: p_set_of_books_id => arp_global.set_of_books_id,
1556: p_cash_receipt_id => l_cash_receipt_id,

Line 1762: jg_ar_receivable_applications.apply(

1758: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1759: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1760: END IF;
1761:
1762: jg_ar_receivable_applications.apply(
1763: p_apply_before_after => 'AFTER',
1764: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
1765: p_set_of_books_id => null,
1766: p_cash_receipt_id => null,

Line 2551: jg_ar_receivable_applications.apply(

2547:
2548:
2549:
2550: --default and validate the global descriptive flexfield
2551: jg_ar_receivable_applications.apply(
2552: p_apply_before_after => 'BEFORE',
2553: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
2554: p_set_of_books_id => arp_global.set_of_books_id,
2555: p_cash_receipt_id => l_cash_receipt_id,

Line 2762: jg_ar_receivable_applications.apply(

2758: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2759: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2760: END IF;
2761:
2762: jg_ar_receivable_applications.apply(
2763: p_apply_before_after => 'AFTER',
2764: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
2765: p_set_of_books_id => null,
2766: p_cash_receipt_id => null,

Line 3097: jg_ar_receivable_applications.Unapply(

3093: IF PG_DEBUG in ('Y', 'C') THEN
3094: arp_util.debug('Apply: ' || 'validation return status :'||l_val_return_status);
3095: END IF;
3096:
3097: jg_ar_receivable_applications.Unapply(
3098: l_cash_receipt_id,
3099: l_applied_payment_schedule_id,
3100: l_glob_return_status );
3101: --

Line 8579: jg_ar_receivable_applications.apply(

8575: );
8576: arp_util.debug('Desc flexfield Validation return status :'||l_dflex_val_return_status);
8577:
8578: --default and validate the global descriptive flexfield
8579: jg_ar_receivable_applications.apply(
8580: p_apply_before_after => 'BEFORE',
8581: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
8582: p_set_of_books_id => arp_global.set_of_books_id,
8583: p_cash_receipt_id => l_cash_receipt_id,