DBA Data[Home] [Help]

APPS.OE_PARTY_TOTALS dependencies on FND_PROFILE

Line 115: l_cust_currency_code := fnd_profile.value('OM_CUST_TOTAL_CURRENCY');

111:
112: l_commit_ctr := 0;
113:
114: -- Open the HZ_PARTY cursor for update;
115: l_cust_currency_code := fnd_profile.value('OM_CUST_TOTAL_CURRENCY');
116:
117: IF l_cust_currency_code IS NULL THEN
118: oe_debug_pub.ADD('Profile OM: Party Total Currency is not set', 2);
119: RAISE FND_API.G_EXC_ERROR;