DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on FND_API

Line 636: x_return_status := FND_API.G_RET_STS_SUCCESS;

632:
633: IF PG_DEBUG in ('Y', 'C') THEN
634: arp_standard.debug('arp_process_receipts.remit_cash_receipt()+');
635: END IF;
636: x_return_status := FND_API.G_RET_STS_SUCCESS;
637:
638: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
639:
640: --fetch cash receipt record

Line 651: x_return_status := FND_API.G_RET_STS_ERROR;

647: IF PG_DEBUG in ('Y', 'C') THEN
648: arp_standard.debug('remit_cash_receipt: ' || 'This receipt is in '||l_crh_rec.status||
649: ' status. Does not require Remittance ');
650: END IF;
651: x_return_status := FND_API.G_RET_STS_ERROR;
652: RETURN;
653: END IF;
654:
655: l_prev_crh_id := l_crh_rec.cash_receipt_history_id;

Line 709: x_return_status := FND_API.G_RET_STS_ERROR;

705: END IF;
706:
707: EXCEPTION
708: WHEN OTHERS THEN
709: x_return_status := FND_API.G_RET_STS_ERROR;
710: IF PG_DEBUG in ('Y', 'C') THEN
711: arp_standard.debug('Exception in remit_cash_receipt '||SQLERRM);
712: END IF;
713: RAISE;