DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on ARP_APP_PKG

Line 1695: | arp_app_pkg.insert_p - Insert a row into RA table |

1691: | |
1692: | SCOPE - PUBLIC |
1693: | |
1694: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - |
1695: | arp_app_pkg.insert_p - Insert a row into RA table |
1696: | arp_acct_main.Create_Acct_Entry - Insert a row into Distributions table |
1697: | |
1698: | ARGUMENTS : IN: |
1699: | |

Line 1855: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );

1851:
1852: -- ---------------------------------------------------------------------
1853: -- Insert 'OTHER ACC' OR 'ACC' record into AR_RECEIVABLE_APPLICATIONS
1854: -- ---------------------------------------------------------------------
1855: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );
1856:
1857: IF l_ra_rec.receivable_application_id IS NOT NULL THEN
1858:
1859: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');

Line 1919: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );

1915:
1916: -- ---------------------------------------------------------------------
1917: -- Insert Negative UNAPP record
1918: -- ---------------------------------------------------------------------
1919: arp_app_pkg.insert_p( l_ra_rec, l_ra_rec.receivable_application_id );
1920:
1921: IF l_ra_rec.receivable_application_id IS NOT NULL THEN
1922:
1923: arp_standard.debug('Before calling ARP_XLA_EVENTS.create_events....');

Line 1992: | arp_app_pkg.delete_p

1988: | CALLED FROM PROCEDURES/FUNCTIONS
1989: | claim_creation
1990: |
1991: | CALLS PROCEDURES/FUNCTIONS
1992: | arp_app_pkg.delete_p
1993: | arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
1994: |
1995: |
1996: | PARAMETERS

Line 2090: arp_app_pkg.delete_p(ln_ra_id);

2086:
2087: -------------------------------------------------------------
2088: -- Delete 'APP' OR 'OTHER ACC' Receivable Application record.
2089: -------------------------------------------------------------
2090: arp_app_pkg.delete_p(ln_ra_id);
2091:
2092: /*----------------------------------+
2093: | Calling central MRC library |
2094: | for MRC Integration |

Line 2106: arp_app_pkg.delete_p(ln_unapp_ra_id);

2102:
2103: ------------------------------------------------
2104: -- Delete 'UNAPP' Receivable Application record.
2105: ------------------------------------------------
2106: arp_app_pkg.delete_p(ln_unapp_ra_id);
2107:
2108: /*----------------------------------+
2109: | Calling central MRC library |
2110: | for MRC Integration |