DBA Data[Home] [Help]

APPS.ARP_PROC_RECEIPTS2 dependencies on FND_API

Line 645: x_return_status := FND_API.G_RET_STS_SUCCESS;

641:
642: IF PG_DEBUG in ('Y', 'C') THEN
643: arp_standard.debug('arp_process_receipts.remit_cash_receipt()+');
644: END IF;
645: x_return_status := FND_API.G_RET_STS_SUCCESS;
646:
647: l_cr_rec.cash_receipt_id := p_cash_receipt_id;
648:
649: --fetch cash receipt record

Line 660: x_return_status := FND_API.G_RET_STS_ERROR;

656: IF PG_DEBUG in ('Y', 'C') THEN
657: arp_standard.debug('remit_cash_receipt: ' || 'This receipt is in '||l_crh_rec.status||
658: ' status. Does not require Remittance ');
659: END IF;
660: x_return_status := FND_API.G_RET_STS_ERROR;
661: RETURN;
662: END IF;
663:
664: l_prev_crh_id := l_crh_rec.cash_receipt_history_id;

Line 718: x_return_status := FND_API.G_RET_STS_ERROR;

714: END IF;
715:
716: EXCEPTION
717: WHEN OTHERS THEN
718: x_return_status := FND_API.G_RET_STS_ERROR;
719: IF PG_DEBUG in ('Y', 'C') THEN
720: arp_standard.debug('Exception in remit_cash_receipt '||SQLERRM);
721: END IF;
722: RAISE;