DBA Data[Home] [Help]

APPS.IBE_BI_PMV_UTIL_PVT dependencies on PER_ORGANIZATION_LIST

Line 63: from per_organization_list a

59: from ibe_bi_msiteorg_mv b
60: where b.msite_id = f_Curr.msite_id
61: MINUS
62: select a.organization_id
63: from per_organization_list a
64: where a.security_profile_id =
65: g_mo_sec_profile);
66: END IF;
67:

Line 86: from per_organization_list a

82: from ibe_bi_msiteorg_mv b
83: where b.msite_id = f_Curr.msite_id
84: MINUS
85: select a.organization_id
86: from per_organization_list a
87: where a.security_profile_id =
88: g_mo_sec_profile);
89: END IF;
90: x_out_var := g_all_curr_code;