DBA Data[Home] [Help]

APPS.PER_FR_TERMINATION dependencies on PER_PERIODS_OF_SERVICE

Line 15: from per_periods_of_service

11: procedure initiate(p_period_of_service_id number) is
12: --
13: cursor c_get_pds is
14: select person_id
15: from per_periods_of_service
16: where period_of_service_id = p_period_of_service_id;
17: --
18: l_proc varchar2(72) := g_package || '.intiate';
19: begin

Line 472: from per_periods_of_service

468: l_leaving_reason varchar2(30);
469: --
470: cursor c_get_pds is
471: select leaving_reason
472: from per_periods_of_service
473: where period_of_service_id = p_period_of_service_id;
474: --
475: begin
476:

Line 814: from per_periods_of_service

810: ,effective_end_date
811: from per_contracts_f c
812: where person_id =
813: (select person_id
814: from per_periods_of_service
815: where period_of_service_id = p_period_of_service_id)
816: and p_actual_termination_date = effective_end_date;
817: --
818: cursor c_get_ctr2 (p_contract_id number