DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on ARP_GLOBAL

Line 41: | 20-NOV-2003 jbeckett Bug 3251839: Checks cached arp_global

37: |
38: | MODIFICATION HISTORY
39: | Date Author Description of Changes
40: | 27-NOV-2002 AMateen Created
41: | 20-NOV-2003 jbeckett Bug 3251839: Checks cached arp_global
42: | instead of TM function.
43: |
44: *=======================================================================*/
45: FUNCTION CHECK_TM RETURN BOOLEAN IS

Line 48: IF arp_global.tm_installed_flag = 'Y' THEN

44: *=======================================================================*/
45: FUNCTION CHECK_TM RETURN BOOLEAN IS
46:
47: BEGIN
48: IF arp_global.tm_installed_flag = 'Y' THEN
49: RETURN TRUE;
50: ELSE
51: RETURN FALSE;
52: END IF;

Line 96: | arp_global.tm_default_setup_flag.

92: | Date Author Description of Changes
93: | 10-FEB-2003 cthangai Created
94: | 20-NOV-2003 jbeckett Bug 3251839: Replaced ozf function
95: | call with check on cached
96: | arp_global.tm_default_setup_flag.
97: *=======================================================================*/
98: FUNCTION CHECK_TM_DEFAULT_SETUP RETURN BOOLEAN IS
99:
100: BEGIN

Line 102: IF arp_global.tm_default_setup_flag = 'Y' THEN

98: FUNCTION CHECK_TM_DEFAULT_SETUP RETURN BOOLEAN IS
99:
100: BEGIN
101:
102: IF arp_global.tm_default_setup_flag = 'Y' THEN
103: RETURN TRUE;
104: ELSE
105: RETURN FALSE;
106: END IF;

Line 1550: l_claim_rec.set_of_books_id := arp_global.set_of_books_id;

1546: l_claim_rec.currency_code := p_currency_code;
1547: l_claim_rec.exchange_rate_type := p_exchange_rate_type;
1548: l_claim_rec.exchange_rate_date := p_exchange_rate_date;
1549: l_claim_rec.exchange_rate := p_exchange_rate;
1550: l_claim_rec.set_of_books_id := arp_global.set_of_books_id;
1551: l_claim_rec.source_object_id := p_customer_trx_id;
1552: l_claim_rec.source_object_type_id := p_cust_trx_type_id;
1553: l_claim_rec.source_object_class := 'INVOICE';
1554: l_claim_rec.source_object_number := p_trx_number;