DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_PUB dependencies on ARP_CT_PKG

Line 450: ARP_CT_PKG.set_to_dummy (l_trx_rec);

446: /*-----------------------------------------------+
447: | Data preparation |
448: +-----------------------------------------------*/
449:
450: ARP_CT_PKG.set_to_dummy (l_trx_rec);
451:
452: l_trx_rec.customer_trx_id := p_customer_trx_id ;
453: l_trx_rec.term_due_date := trunc(p_term_due_date) ;
454: l_trx_rec.cust_trx_type_id := p_cust_trx_type_id ;

Line 771: ARP_CT_PKG.fetch_p (l_trx_rec, p_customer_trx_id);

767:
768:
769: IF (l_delete_flag <> 'Y')
770: THEN
771: ARP_CT_PKG.fetch_p (l_trx_rec, p_customer_trx_id);
772: IF PG_DEBUG in ('Y', 'C') THEN
773: arp_util.debug( '>>>>>>>>>> The Action Delete is not allowed on the BR ' || p_customer_trx_id);
774: END IF;
775: FND_MESSAGE.set_name ( 'AR', 'AR_BR_ACTION_FORBIDDEN' );

Line 985: ARP_CT_PKG.set_to_dummy (l_trx_rec);

981: /*-----------------------------------------------+
982: | Data preparation |
983: +-----------------------------------------------*/
984:
985: ARP_CT_PKG.set_to_dummy (l_trx_rec);
986:
987: l_trx_rec.customer_trx_id := p_customer_trx_id ;
988: l_trx_rec.term_due_date := trunc(p_term_due_date) ;
989: l_trx_rec.cust_trx_type_id := p_cust_trx_type_id ;

Line 1027: ARP_CT_PKG.lock_compare_p( l_trx_rec, p_customer_trx_id);

1023: /*-----------------------------------------------+
1024: | Call the Table Handler |
1025: +-----------------------------------------------*/
1026:
1027: ARP_CT_PKG.lock_compare_p( l_trx_rec, p_customer_trx_id);
1028:
1029: IF PG_DEBUG in ('Y', 'C') THEN
1030: arp_util.debug('AR_BILLS_CREATION_PUB.Lock_BR_Header()- ');
1031: END IF;

Line 1201: ARP_CT_PKG.fetch_p (l_BR_rec, p_customer_trx_id);

1197:
1198:
1199: -- Fetch the BR transaction information
1200:
1201: ARP_CT_PKG.fetch_p (l_BR_rec, p_customer_trx_id);
1202:
1203:
1204: -- Fetch the payment schedule information of the exchanged transaction
1205:

Line 1210: ARP_CT_PKG.fetch_p (l_trx_rec, l_ps_rec.customer_trx_id);

1206: arp_ps_pkg.fetch_p (p_br_ref_payment_schedule_id, l_ps_rec);
1207:
1208: -- Fetch the exchanged transaction information
1209:
1210: ARP_CT_PKG.fetch_p (l_trx_rec, l_ps_rec.customer_trx_id);
1211:
1212:
1213: /*-----------------------------------------------+
1214: | Data preparation |

Line 1526: ARP_CT_PKG.fetch_p (l_BR_rec, l_trl_rec.customer_trx_id);

1522:
1523:
1524: -- Fetch the BR transaction information
1525:
1526: ARP_CT_PKG.fetch_p (l_BR_rec, l_trl_rec.customer_trx_id);
1527:
1528:
1529: -- Fetch the payment schedule information of the exchanged transaction
1530:

Line 1536: ARP_CT_PKG.fetch_p (l_trx_rec, l_trl_rec.br_ref_customer_trx_id);

1532:
1533:
1534: -- Fetch the exchanged transaction information
1535:
1536: ARP_CT_PKG.fetch_p (l_trx_rec, l_trl_rec.br_ref_customer_trx_id);
1537:
1538:
1539:
1540: /*-----------------------------------------------+

Line 1706: ARP_CT_PKG.fetch_p (l_BR_rec, l_trl_rec.customer_trx_id);

1702: -- Fetch the Assignment information
1703: arp_ctl_pkg.fetch_p (l_trl_rec, p_customer_trx_line_id);
1704:
1705: -- Fetch the BR transaction information
1706: ARP_CT_PKG.fetch_p (l_BR_rec, l_trl_rec.customer_trx_id);
1707:
1708:
1709: /*-----------------------------------------------+
1710: | Data Validation |