DBA Data[Home] [Help]

APPS.AR_TRX_SUMMARY_PKG dependencies on FND_INSTALLATION

Line 1224: IF FND_INSTALLATION.get_app_info('AR', l_status, l_industry, l_schema)

1220: l_status VARCHAR2(1); -- junk variable
1221: l_industry VARCHAR2(1); -- junk variable
1222: l_schema VARCHAR2(30);
1223: BEGIN
1224: IF FND_INSTALLATION.get_app_info('AR', l_status, l_industry, l_schema)
1225: THEN
1226: IF PG_DEBUG in ('Y', 'C') THEN
1227: arp_standard.debug('Retrieved schema for AR : ' || l_schema);
1228: END IF;

Line 1231: arp_standard.debug('Problem retrieving AR schema name from fnd_installation');

1227: arp_standard.debug('Retrieved schema for AR : ' || l_schema);
1228: END IF;
1229: ELSE
1230: IF PG_DEBUG in ('Y', 'C') THEN
1231: arp_standard.debug('Problem retrieving AR schema name from fnd_installation');
1232: END IF;
1233: arp_standard.debug('EXCEPTION: arp_trx_summary_pkg.clear_summary_tables');
1234: RETURN;
1235: END IF;

Line 2601: IF FND_INSTALLATION.get_app_info('AR', l_status, l_industry, l_schema)

2597:
2598: fnd_file.put_line(fnd_file.log,' events processed = ' || l_count);
2599:
2600: /* Clean out the AR_SUM_REF_EVENT_HIST table */
2601: IF FND_INSTALLATION.get_app_info('AR', l_status, l_industry, l_schema)
2602: THEN
2603: IF PG_DEBUG in ('Y', 'C') THEN
2604: arp_standard.debug('Retrieved schema for AR : ' || l_schema);
2605: END IF;

Line 2608: arp_standard.debug('Problem retrieving AR schema name from fnd_installation');

2604: arp_standard.debug('Retrieved schema for AR : ' || l_schema);
2605: END IF;
2606: ELSE
2607: IF PG_DEBUG in ('Y', 'C') THEN
2608: arp_standard.debug('Problem retrieving AR schema name from fnd_installation');
2609: END IF;
2610: arp_standard.debug('EXCEPTION: arp_trx_summary_pkg.process_held_events');
2611: RETURN;
2612: END IF;