DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on ARP_APP_PKG

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

1687: | |
1688: | SCOPE - PUBLIC |
1689: | |
1690: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED - |
1691: | arp_app_pkg.insert_p - Insert a row into RA table |
1692: | arp_acct_main.Create_Acct_Entry - Insert a row into Distributions table |
1693: | |
1694: | ARGUMENTS : IN: |
1695: | |

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

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

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

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

Line 1988: | arp_app_pkg.delete_p

1984: | CALLED FROM PROCEDURES/FUNCTIONS
1985: | claim_creation
1986: |
1987: | CALLS PROCEDURES/FUNCTIONS
1988: | arp_app_pkg.delete_p
1989: | arp_acct_main.Delete_Acct_Entry(l_ae_doc_rec);
1990: |
1991: |
1992: | PARAMETERS

Line 2086: arp_app_pkg.delete_p(ln_ra_id);

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

Line 2102: arp_app_pkg.delete_p(ln_unapp_ra_id);

2098:
2099: ------------------------------------------------
2100: -- Delete 'UNAPP' Receivable Application record.
2101: ------------------------------------------------
2102: arp_app_pkg.delete_p(ln_unapp_ra_id);
2103:
2104: /*----------------------------------+
2105: | Calling central MRC library |
2106: | for MRC Integration |