DBA Data[Home] [Help]

APPS.OKE_DELIVERABLE_PVT dependencies on OKE_CUSTOMER_ACCOUNTS_V

Line 721: FROM oke_customer_accounts_v

717: WHERE ID1 = P_ID;
718:
719: CURSOR C2 ( P_ID NUMBER ) IS
720: SELECT 'X'
721: FROM oke_customer_accounts_v
722: WHERE ID1 = P_ID;
723:
724: Begin
725:

Line 799: FROM oke_customer_accounts_v

795: WHERE ID1 = P_ID;
796:
797: CURSOR C2 ( P_ID NUMBER ) IS
798: SELECT 'X'
799: FROM oke_customer_accounts_v
800: WHERE ID1 = P_ID;
801:
802: CURSOR C3 ( P_ID NUMBER ) IS
803: SELECT 'X'