DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on BEN_BENFTS_GRP

Line 395: from ben_benfts_grp

391: and lookup_code = p_val;
392:
393:
394: cursor c2 is select name
395: from ben_benfts_grp
396: where benfts_grp_id = p_val;
397:
398: cursor c3 is SELECT user_status from PER_ASSIGNMENT_STATUS_TYPES
399: WHERE active_flag ='Y'

Line 1147: from ben_benfts_grp

1143: ;
1144:
1145:
1146: cursor c2 is select benfts_grp_id
1147: from ben_benfts_grp
1148: where nvl(business_group_id,nvl(p_business_group_id,-1))
1149: = nvl(p_business_group_id,-1)
1150: and name = p_meaning;
1151: