DBA Data[Home] [Help]

APPS.PAY_PAYUSRRS_XMLP_PKG dependencies on HR_ASSIGNMENT_SETS

Line 20: from hr_assignment_sets

16:
17: if p_asg_set_id is not null then
18:
19: select ASSIGNMENT_SET_NAME into CP_asg_set_name
20: from hr_assignment_sets
21: where assignment_set_id = p_asg_set_id;
22:
23: end if;
24: