DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_VAL_PVT dependencies on AR_BILLS_MAINTAIN_STATUS_PUB

Line 355: IF AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Reserved (l_ps_rec)

351: | Validate that the assignment is |
352: | not reserved |
353: +---------------------------------------*/
354:
355: IF AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Reserved (l_ps_rec)
356: THEN
357: IF PG_DEBUG in ('Y', 'C') THEN
358: arp_util.debug ('Validate_Assignment: ' || 'The transaction ' || l_trx_rec.trx_number || ' is reserved, it cannot be assigned');
359: END IF;