DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on BEN_BENFTS_GRP

Line 342: from ben_benfts_grp

338: and lookup_code = p_val;
339:
340:
341: cursor c2 is select name
342: from ben_benfts_grp
343: where benfts_grp_id = p_val;
344:
345: cursor c3 is SELECT user_status from PER_ASSIGNMENT_STATUS_TYPES
346: WHERE active_flag ='Y'

Line 1094: from ben_benfts_grp

1090: ;
1091:
1092:
1093: cursor c2 is select benfts_grp_id
1094: from ben_benfts_grp
1095: where nvl(business_group_id,nvl(p_business_group_id,-1))
1096: = nvl(p_business_group_id,-1)
1097: and name = p_meaning;
1098: