DBA Data[Home] [Help]

APPS.ZPB_SECURITY_CONTEXT dependencies on ZPB_AW

Line 50: l_zpb_pref := zpb_aw.get_schema;

46: where business_area_id=P_BUSINESS_AREA_ID;
47:
48: DBMS_SESSION.SET_CONTEXT('ZPB_CONTEXT', 'business_area_id', P_BUSINESS_AREA_ID);
49:
50: l_zpb_pref := zpb_aw.get_schema;
51: l_zpb_pref := l_zpb_pref || '.';
52:
53: dbms_aw.execute ('aw attach ' || l_zpb_pref || 'ZPBCODE');
54: dbms_aw.execute ('aw attach ' || l_zpb_pref || l_annot_aw);