DBA Data[Home] [Help]

APPS.ARP_TRX_COMPLETE_CHK dependencies on FND_PROFILE

Line 69: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');

65: | 26-JUN-96 Charlie Tomberg Created |
66: | |
67: +===========================================================================*/
68:
69: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
70:
71: FUNCTION check_tax_and_accounting(
72: p_mode IN varchar2,
73: p_customer_trx_id IN integer,

Line 1889: -- fnd_profile.get( 'SO_SOURCE_CODE', l_so_source_code );

1885: THEN
1886: l_so_source_code := pg_so_source_code;
1887: ELSE
1888: -- OE/OM change
1889: -- fnd_profile.get( 'SO_SOURCE_CODE', l_so_source_code );
1890: oe_profile.get( 'SO_SOURCE_CODE', l_so_source_code );
1891: pg_so_source_code := l_so_source_code;
1892: END IF;
1893: END IF;