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 636: from pay_time_definitions

632: l_definition_type varchar2(30);
633: --
634: cursor csr_definition_type is
635: select definition_type
636: from pay_time_definitions
637: where time_definition_id = p_time_definition_id;
638: --
639: begin
640: hr_utility.set_location('Entering:'|| l_proc, 10);