DBA Data[Home] [Help]

APPS.HRI_OLTP_VIEW_ASG_STATUS_TYPES dependencies on HRI_BPL_ASG_STATUS_TYPES

Line 19: l_status_type := hri_bpl_asg_status_types.get_asg_user_status(p_asg_type,

15: l_status_type VARCHAR2(4000);
16: --
17: BEGIN
18: --
19: l_status_type := hri_bpl_asg_status_types.get_asg_user_status(p_asg_type,
20: p_current_employee_flag,
21: p_user_status);
22: return l_status_type;
23: --