DBA Data[Home] [Help]

APPS.ARP_DEDUCTION_COVER dependencies on ARP_GLOBAL

Line 354: arp_global.init_global;

350: -- Initialize API return status to success
351: x_return_status := FND_API.G_RET_STS_SUCCESS;
352:
353: /* Bug 3022077 - initialize global variables */
354: arp_global.init_global;
355: arp_standard.init_standard;
356:
357: -- bug 16375043
358: BEGIN

Line 827: arp_global.init_global;

823: -- Initialize API return status to success
824: x_return_status := FND_API.G_RET_STS_SUCCESS;
825:
826: /* Bug 3022077 - initialize global variables */
827: arp_global.init_global;
828: arp_standard.init_standard;
829:
830: -- bug 16375043
831: BEGIN

Line 1644: IF arp_global.tm_installed_flag = 'Y'

1640: --
1641: x_claim_num := NULL;
1642: /* Bug 2270842 - amount and status should not be validated as the original
1643: claim will be reallocated in the event of a split */
1644: IF arp_global.tm_installed_flag = 'Y'
1645: THEN
1646: l_query := ' select claim_number '||
1647: ' from ozf_ar_deductions_v '||
1648: ' where claim_id = :claim_id '||