DBA Data[Home] [Help]

APPS.HRI_BPL_TERMINATION dependencies on HRI_CS_SEPCR_V

Line 28: FROM hri_cs_sepcr_v

24: -- Cursor to find out the termination type for a particular leaving reason
25: --
26: CURSOR sep_cat_csr IS
27: SELECT separation_category_code
28: FROM hri_cs_sepcr_v
29: WHERE separation_reason_code = p_leaving_reason;
30: --
31: BEGIN
32: --