DBA Data[Home] [Help]

APPS.PAY_US_ELEMENT_ENTRY_HOOK dependencies on PAY_TIME_DEFINITIONS

Line 1222: from pay_time_definitions

1218: -- Get default time definition
1219: cursor c_get_def_time_def_id(c_time_def_name VARCHAR2
1220: ,c_legislation_code VARCHAR2) is
1221: select time_definition_id
1222: from pay_time_definitions
1223: where definition_name = c_time_def_name
1224: and legislation_code = c_legislation_code
1225: and business_group_id IS NULL;
1226: