DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_UTILS dependencies on OKE_DELIVERABLE_ACTIONS

Line 121: , oke_deliverable_actions L

117: CURSOR C1 IS
118: SELECT Rtrim(Ltrim(H.Deliverable_Number, ' '), ' ') D_Number
119: , Rtrim(Ltrim(L.Action_Name, ' '), ' ') A_Number
120: FROM oke_deliverables_b H
121: , oke_deliverable_actions L
122: WHERE H.Deliverable_ID = P_Deliverable_ID
123: AND H.Deliverable_ID = L.Deliverable_ID
124: AND L.Action_Type = 'WSH'
125: AND L.Reference2 > 0;