DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on PER_PERIODS_OF_SERVICE

Line 209: (period_of_service_id per_periods_of_service.period_of_service_id%type

205: ,update_mode varchar2(20)
206: );
207: --
208: Type g_pos_rec_type is RECORD
209: (period_of_service_id per_periods_of_service.period_of_service_id%type
210: ,person_id per_periods_of_service.person_id%type
211: ,business_group_id per_periods_of_service.business_group_id%type
212: ,date_start per_periods_of_service.date_start%type
213: ,actual_termination_date per_periods_of_service.actual_termination_date%type

Line 210: ,person_id per_periods_of_service.person_id%type

206: );
207: --
208: Type g_pos_rec_type is RECORD
209: (period_of_service_id per_periods_of_service.period_of_service_id%type
210: ,person_id per_periods_of_service.person_id%type
211: ,business_group_id per_periods_of_service.business_group_id%type
212: ,date_start per_periods_of_service.date_start%type
213: ,actual_termination_date per_periods_of_service.actual_termination_date%type
214: ,leaving_reason per_periods_of_service.leaving_reason%type

Line 211: ,business_group_id per_periods_of_service.business_group_id%type

207: --
208: Type g_pos_rec_type is RECORD
209: (period_of_service_id per_periods_of_service.period_of_service_id%type
210: ,person_id per_periods_of_service.person_id%type
211: ,business_group_id per_periods_of_service.business_group_id%type
212: ,date_start per_periods_of_service.date_start%type
213: ,actual_termination_date per_periods_of_service.actual_termination_date%type
214: ,leaving_reason per_periods_of_service.leaving_reason%type
215: ,last_update_date per_periods_of_service.last_update_date%type

Line 212: ,date_start per_periods_of_service.date_start%type

208: Type g_pos_rec_type is RECORD
209: (period_of_service_id per_periods_of_service.period_of_service_id%type
210: ,person_id per_periods_of_service.person_id%type
211: ,business_group_id per_periods_of_service.business_group_id%type
212: ,date_start per_periods_of_service.date_start%type
213: ,actual_termination_date per_periods_of_service.actual_termination_date%type
214: ,leaving_reason per_periods_of_service.leaving_reason%type
215: ,last_update_date per_periods_of_service.last_update_date%type
216: ,update_mode varchar2(20)

Line 213: ,actual_termination_date per_periods_of_service.actual_termination_date%type

209: (period_of_service_id per_periods_of_service.period_of_service_id%type
210: ,person_id per_periods_of_service.person_id%type
211: ,business_group_id per_periods_of_service.business_group_id%type
212: ,date_start per_periods_of_service.date_start%type
213: ,actual_termination_date per_periods_of_service.actual_termination_date%type
214: ,leaving_reason per_periods_of_service.leaving_reason%type
215: ,last_update_date per_periods_of_service.last_update_date%type
216: ,update_mode varchar2(20)
217: );

Line 214: ,leaving_reason per_periods_of_service.leaving_reason%type

210: ,person_id per_periods_of_service.person_id%type
211: ,business_group_id per_periods_of_service.business_group_id%type
212: ,date_start per_periods_of_service.date_start%type
213: ,actual_termination_date per_periods_of_service.actual_termination_date%type
214: ,leaving_reason per_periods_of_service.leaving_reason%type
215: ,last_update_date per_periods_of_service.last_update_date%type
216: ,update_mode varchar2(20)
217: );
218: --

Line 215: ,last_update_date per_periods_of_service.last_update_date%type

211: ,business_group_id per_periods_of_service.business_group_id%type
212: ,date_start per_periods_of_service.date_start%type
213: ,actual_termination_date per_periods_of_service.actual_termination_date%type
214: ,leaving_reason per_periods_of_service.leaving_reason%type
215: ,last_update_date per_periods_of_service.last_update_date%type
216: ,update_mode varchar2(20)
217: );
218: --
219: Type g_abs_rec_type is RECORD