DBA Data[Home] [Help]

APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_CWB_HRCHY

Line 332: from ben_cwb_hrchy hrchy

328: ,hrchy.last_update_login
329: ,hrchy.created_by
330: ,hrchy.creation_date
331: ,1
332: from ben_cwb_hrchy hrchy
333: ,ben_pil_elctbl_chc_popl emp_popl
334: ,ben_pil_elctbl_chc_popl mgr_popl
335: where nvl(hrchy.object_version_number,1) < 9999
336: and lvl_num > -1

Line 340: update ben_cwb_hrchy

336: and lvl_num > -1
337: and hrchy.emp_pil_elctbl_chc_popl_id = emp_popl.pil_elctbl_chc_popl_id
338: and hrchy.mgr_pil_elctbl_chc_popl_id = mgr_popl.pil_elctbl_chc_popl_id;
339:
340: update ben_cwb_hrchy
341: set object_version_number = 9999
342: where lvl_num > -1
343: and nvl(object_version_number,1) < 9999;
344: