DBA Data[Home] [Help]

APPS.PAY_US_ELEMENT_ENTRY_HOOK dependencies on PAY_TIME_DEFINITIONS

Line 1308: from pay_time_definitions

1304: -- Get default time definition
1305: cursor c_get_def_time_def_id(c_time_def_name VARCHAR2
1306: ,c_legislation_code VARCHAR2) is
1307: select time_definition_id
1308: from pay_time_definitions
1309: where definition_name = c_time_def_name
1310: and legislation_code = c_legislation_code
1311: and business_group_id IS NULL;
1312: