DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PER_BUSINESS_GROUPS

Line 574: from per_business_groups_perf

570: --
571: cursor bus_c(p_id number)
572: is
573: select name
574: from per_business_groups_perf
575: where business_group_id = p_id
576: ;
577:
578: l_business_group_id per_business_groups.business_group_id%type ;

Line 578: l_business_group_id per_business_groups.business_group_id%type ;

574: from per_business_groups_perf
575: where business_group_id = p_id
576: ;
577:
578: l_business_group_id per_business_groups.business_group_id%type ;
579: l_business_group_name per_business_groups.name%type ;
580:
581: Begin
582: --

Line 579: l_business_group_name per_business_groups.name%type ;

575: where business_group_id = p_id
576: ;
577:
578: l_business_group_id per_business_groups.business_group_id%type ;
579: l_business_group_name per_business_groups.name%type ;
580:
581: Begin
582: --
583: if g_debug then

Line 3050: from per_business_groups_perf bg

3046:
3047:
3048: cursor c_bg_name(p_business_group_id number) is
3049: select name
3050: from per_business_groups_perf bg
3051: where business_group_id = p_business_group_id ;
3052:
3053: cursor c_org_name(p_org_id number) is
3054: select name