DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on AR_BILLS_MAINTAIN_STATUS_PUB

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

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

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

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

Line 1648: IF AR_BILLS_MAINTAIN_STATUS_PUB.Is_BR_Reserved (p_ps_rec)

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