DBA Data[Home] [Help]

APPS.WIP_DATETIMES dependencies on INV_LE_TIMEZONE_PUB

Line 102: l_le_tz_code := inv_le_timezone_pub.get_le_tz_code_for_inv_org(p_org_id);

98: FROM fnd_timezones_vl
99: WHERE timezone_code = p_tz_code;
100:
101: BEGIN
102: l_le_tz_code := inv_le_timezone_pub.get_le_tz_code_for_inv_org(p_org_id);
103: if (l_le_tz_code IS NOT NULL AND
104: NVL(fnd_profile.value('ENABLE_TIMEZONE_CONVERSIONS'),'N') = 'Y') THEN
105: OPEN c_tz_id(l_le_tz_code);
106: FETCH c_tz_id INTO l_le_tz_id;