DBA Data[Home] [Help]

APPS.OKS_IBINT_PUB dependencies on OKX_CUSTOMER_ACCOUNTS_V

Line 73: Select Party_Id from OKX_CUSTOMER_ACCOUNTS_V

69:
70: Function get_party_id (p_custid Number) Return Number
71: Is
72: Cursor l_party_csr Is
73: Select Party_Id from OKX_CUSTOMER_ACCOUNTS_V
74: Where Id1 = p_custid;
75: l_party_id NUMBER;
76:
77: Begin