DBA Data[Home] [Help]

APPS.ZPB_PERSONAL_AW dependencies on ZPB_MEASURES

Line 1414: from ZPB_DC_OBJECTS A, ZPB_ANALYSIS_CYCLES B , ZPB_MEASURES Z

1410:
1411: cursor pers_to_attach is
1412: select distinct
1413: OBJECT_USER_ID
1414: from ZPB_DC_OBJECTS A, ZPB_ANALYSIS_CYCLES B , ZPB_MEASURES Z
1415: where APPROVER_USER_ID = p_user
1416: and A.AC_INSTANCE_ID = B.ANALYSIS_CYCLE_ID
1417: and A.AC_INSTANCE_ID = Z.INSTANCE_ID
1418: and A.TEMPLATE_ID = Z.TEMPLATE_ID