DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_UTILS_PUB dependencies on OKE_DELIVERABLE_REQUISITIONS_V

Line 148: FROM oke_deliverable_requisitions_v

144: ;
145:
146: CURSOR r IS
147: SELECT G_YES
148: FROM oke_deliverable_requisitions_v
149: WHERE ACTION_ID = l_action_id and project_id = l_project_id
150: ;
151:
152: BEGIN