DBA Data[Home] [Help]

APPS.PAY_TDF_BUS dependencies on STANDARD

Line 1471: from hr_standard_lookups hrl

1467: l_exists varchar2(1);
1468:
1469: cursor csr_definition_type is
1470: select null
1471: from hr_standard_lookups hrl
1472: where hrl.lookup_type = 'PAY_TIME_DEFINITION_TYPE'
1473: and hrl.lookup_code = p_definition_type
1474: and hrl.enabled_flag = 'Y';
1475: