DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on PER_ALL_ASSIGNMENTS_F

Line 278: g_irec_ass_rec per_all_assignments_f%rowtype;

274: -- This global variable would store assignment record for an applicant's assignment
275: -- being processed by BENMNGLE for mode = I : iRecruitment. The variable is exclusively
276: -- for BENMNGLE processing in iRec mode for a single Applicant. If BENMNGLE is modified
277: -- to process multiple applicants in single run, then this variable may not be valid to use.
278: g_irec_ass_rec per_all_assignments_f%rowtype;
279: g_irec_old_ass_rec per_all_assignments_f%rowtype; -- irec2
280: g_irec_off_ass_id number ;-- Note:g_irec_off_ass_id is to hold irc_offers.offer_assignment_id%type data. -- irec2
281: --
282:

Line 279: g_irec_old_ass_rec per_all_assignments_f%rowtype; -- irec2

275: -- being processed by BENMNGLE for mode = I : iRecruitment. The variable is exclusively
276: -- for BENMNGLE processing in iRec mode for a single Applicant. If BENMNGLE is modified
277: -- to process multiple applicants in single run, then this variable may not be valid to use.
278: g_irec_ass_rec per_all_assignments_f%rowtype;
279: g_irec_old_ass_rec per_all_assignments_f%rowtype; -- irec2
280: g_irec_off_ass_id number ;-- Note:g_irec_off_ass_id is to hold irc_offers.offer_assignment_id%type data. -- irec2
281: --
282:
283: --

Line 836: p_offer_assignment_rec in per_all_assignments_f%rowtype) ; ----bug 4621751 irec2

832: p_lmt_prpnip_by_org_flag in varchar2 default 'N',
833: p_abs_historical_mode in varchar2 default 'N',
834: p_cbr_tmprl_evt_flag in varchar2 default 'N',
835: p_assignment_id in number default null,
836: p_offer_assignment_rec in per_all_assignments_f%rowtype) ; ----bug 4621751 irec2
837: --
838:
839: procedure Personnel_action_process
840: (errbuf out nocopy varchar2,