DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on AR_BILLS_MAINTAIN_STATUS_PUB

Line 101: IF AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Matured (l_trx_rec.term_due_date)

97:
98:
99: IF l_trh_rec.status in (C_FACTORED, C_REMITTED)
100: THEN
101: IF AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Matured (l_trx_rec.term_due_date)
102: THEN
103: IF PG_DEBUG in ('Y', 'C') THEN
104: arp_util.debug('Validate_Update_Maturity_Date: ' || '>>>>>>>>>> Current Maturity Date has passed, it cannot be updated');
105: arp_util.debug('Validate_Update_Maturity_Date: ' || 'Maturity Date parameter : ' || p_term_due_date);

Line 1611: IF (AR_BILLS_MAINTAIN_STATUS_PUB.Is_Payment_Schedule_Reduced(p_ps_rec))

1607: /*----------------------------------------------+
1608: | Only Total Exchange is allowed |
1609: +-----------------------------------------------*/
1610:
1611: IF (AR_BILLS_MAINTAIN_STATUS_PUB.Is_Payment_Schedule_Reduced(p_ps_rec))
1612: THEN
1613: IF PG_DEBUG in ('Y', 'C') THEN
1614: arp_util.debug ('Validate_BR_Assignment: ' || '>>>>>>>>>> The BR ' || p_trx_rec.trx_number || ' cannot be exchanged');
1615: arp_util.debug ('Validate_BR_Assignment: ' || ' Only total exchange is allowed for BR');

Line 1646: IF AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Reserved (p_ps_rec)

1642: | Validate the reserved columns of the |
1643: | exchanged Payment Schedule |
1644: +-----------------------------------------------*/
1645:
1646: IF AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Reserved (p_ps_rec)
1647: THEN
1648: IF PG_DEBUG in ('Y', 'C') THEN
1649: arp_util.debug ('Validate_BR_Assignment: ' || 'The transaction ' || p_trx_rec.trx_number || ' is reserved, it cannot be assigned');
1650: END IF;