DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on HR_ASSIGNMENT_SETS

Line 799: hr_assignment_sets

795: and EFFECTIVE_END_DATE ;
796:
797: cursor c_asgset is
798: select ASSIGNMENT_SET_NAME from
799: hr_assignment_sets
800: where ASSIGNMENT_SET_ID = p_val
801: ;
802:
803: BEGIN

Line 1584: hr_assignment_sets

1580:
1581:
1582: cursor c_asgset is
1583: select ASSIGNMENT_SET_ID from
1584: hr_assignment_sets
1585: where ASSIGNMENT_SET_NAME = p_meaning
1586: and nvl(business_group_id,nvl(p_business_group_id,-1))
1587: = nvl(p_business_group_id,-1)
1588: ;