DBA Data[Home] [Help]

APPS.PAY_TAXABILITY_RULES_API dependencies on FND_LOAD_UTIL

Line 55: lv_seed_last_updated_by:= fnd_load_util.owner_id('ORACLE');

51: lv_status := 'N';
52: end if;
53: close c_check_taxability_rule;
54:
55: lv_seed_last_updated_by:= fnd_load_util.owner_id('ORACLE');
56: hr_utility.trace('lv_seed_last_updated_by = '||to_char(lv_seed_last_updated_by));
57: hr_utility.trace('lv_last_updated_by = '||to_char(lv_last_updated_by));
58:
59: /* Check if its a seeded row. If so, set the return status to 'S' seed. */