DBA Data[Home] [Help]

APPS.PAY_ETP_BUS dependencies on PAY_TIME_DEFINITIONS

Line 2295: from pay_time_definitions

2291: l_flag varchar2(1);
2292:
2293: Cursor csr_time_definition is
2294: select 'Y'
2295: from pay_time_definitions
2296: where time_definition_id = p_time_definition_id
2297: AND DEFINITION_TYPE = 'S'
2298: and nvl (business_group_id, nvl(p_business_group_id, -1)) = nvl(p_business_group_id,-1)
2299: and nvl (legislation_code, nvl(p_legislation_code, '-1')) = nvl(p_legislation_code, '-1');