DBA Data[Home] [Help]

APPS.PAY_TDU_BUS dependencies on STANDARD

Line 202: from hr_standard_lookups hrl

198: l_meaning varchar2(80);
199:
200: cursor csr_usage_type is
201: select hrl.meaning
202: from hr_standard_lookups hrl
203: where hrl.lookup_type = 'PAY_TIME_DEFINITION_USAGE'
204: and hrl.lookup_code = p_usage_type
205: and hrl.enabled_flag = 'Y';
206:

Line 301: -- "HR_STANDARD_LOOKUPS used for validation."

297: chk_startup_action(true
298: ,p_rec.time_definition_id
299: );
300:
301: -- "HR_STANDARD_LOOKUPS used for validation."
302: --
303: -- Validate Dependent Attributes
304: --
305: --