DBA Data[Home] [Help]

APPS.PAY_TIME_DEFINITION_API dependencies on PAY_TIME_DEFINITIONS

Line 72: from pay_time_definitions

68: business_group_id,
69: legislation_code,
70: number_of_years,
71: period_time_definition_id
72: from pay_time_definitions
73: where time_definition_id = p_time_definition_id;
74:
75: cursor csr_existing_period_details is
76: select min(start_date),

Line 620: from pay_time_definitions

616: l_definition_type varchar2(30);
617: --
618: cursor csr_definition_type is
619: select definition_type
620: from pay_time_definitions
621: where time_definition_id = p_time_definition_id;
622: --
623: begin
624: hr_utility.set_location('Entering:'|| l_proc, 10);