DBA Data[Home] [Help]

APPS.OKS_IBINT_PUB dependencies on OKX_CUSTOMER_ACCOUNTS_V

Line 77: Select Party_Id from OKX_CUSTOMER_ACCOUNTS_V

73:
74: Function get_party_id (p_custid Number) Return Number
75: Is
76: Cursor l_party_csr Is
77: Select Party_Id from OKX_CUSTOMER_ACCOUNTS_V
78: Where Id1 = p_custid;
79: l_party_id NUMBER;
80:
81: Begin