DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on JG_AR_RECEIVABLE_APPLICATIONS

Line 1521: jg_ar_receivable_applications.apply(

1517: );
1518:
1519:
1520: --default and validate the global descriptive flexfield
1521: jg_ar_receivable_applications.apply(
1522: p_apply_before_after => 'BEFORE',
1523: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
1524: p_set_of_books_id => arp_global.set_of_books_id,
1525: p_cash_receipt_id => l_cash_receipt_id,

Line 1729: jg_ar_receivable_applications.apply(

1725: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1726: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1727: END IF;
1728:
1729: jg_ar_receivable_applications.apply(
1730: p_apply_before_after => 'AFTER',
1731: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
1732: p_set_of_books_id => null,
1733: p_cash_receipt_id => null,

Line 2506: jg_ar_receivable_applications.apply(

2502:
2503:
2504:
2505: --default and validate the global descriptive flexfield
2506: jg_ar_receivable_applications.apply(
2507: p_apply_before_after => 'BEFORE',
2508: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
2509: p_set_of_books_id => arp_global.set_of_books_id,
2510: p_cash_receipt_id => l_cash_receipt_id,

Line 2716: jg_ar_receivable_applications.apply(

2712: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
2713: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2714: END IF;
2715:
2716: jg_ar_receivable_applications.apply(
2717: p_apply_before_after => 'AFTER',
2718: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
2719: p_set_of_books_id => null,
2720: p_cash_receipt_id => null,

Line 3051: jg_ar_receivable_applications.Unapply(

3047: IF PG_DEBUG in ('Y', 'C') THEN
3048: arp_util.debug('Apply: ' || 'validation return status :'||l_val_return_status);
3049: END IF;
3050:
3051: jg_ar_receivable_applications.Unapply(
3052: l_cash_receipt_id,
3053: l_applied_payment_schedule_id,
3054: l_glob_return_status );
3055: --

Line 8219: jg_ar_receivable_applications.apply(

8215: );
8216: arp_util.debug('Desc flexfield Validation return status :'||l_dflex_val_return_status);
8217:
8218: --default and validate the global descriptive flexfield
8219: jg_ar_receivable_applications.apply(
8220: p_apply_before_after => 'BEFORE',
8221: p_global_attribute_category => l_global_attribute_rec.global_attribute_category,
8222: p_set_of_books_id => arp_global.set_of_books_id,
8223: p_cash_receipt_id => l_cash_receipt_id,