DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on HR_ASSIGNMENT_SETS

Line 746: hr_assignment_sets

742: and EFFECTIVE_END_DATE ;
743:
744: cursor c_asgset is
745: select ASSIGNMENT_SET_NAME from
746: hr_assignment_sets
747: where ASSIGNMENT_SET_ID = p_val
748: ;
749:
750: BEGIN

Line 1531: hr_assignment_sets

1527:
1528:
1529: cursor c_asgset is
1530: select ASSIGNMENT_SET_ID from
1531: hr_assignment_sets
1532: where ASSIGNMENT_SET_NAME = p_meaning
1533: and nvl(business_group_id,nvl(p_business_group_id,-1))
1534: = nvl(p_business_group_id,-1)
1535: ;