DBA Data[Home] [Help]

APPS.ZPB_BUSAREA_VAL dependencies on FND_RESPONSIBILITY

Line 958: FND_RESPONSIBILITY C,

954: select count(*)
955: into l_count
956: from ZPB_BUSAREA_USERS A,
957: FND_USER_RESP_GROUPS B,
958: FND_RESPONSIBILITY C,
959: FND_USER D
960: where A.BUSINESS_AREA_ID = l_ba_id
961: and A.USER_ID = B.USER_ID
962: and B.RESPONSIBILITY_APPLICATION_ID = 210