DBA Data[Home] [Help]

APPS.OKE_VERSION_COMPARISON_PKG dependencies on OKX_CUSTOMER_ACCOUNTS_V

Line 5415: select name from okx_customer_accounts_v

5411: select name from okx_vendors_v
5412: where id1 = p_id;
5413:
5414: cursor c3(p_id number) is
5415: select name from okx_customer_accounts_v
5416: where id1 = p_id;
5417:
5418: cursor c4(p_id number) is
5419: select name from okx_vendors_v

Line 5427: select name from okx_customer_accounts_v

5423: select name from okx_organization_defs_v
5424: where id1 = p_id;
5425:
5426: cursor c6(p_id number) is
5427: select name from okx_customer_accounts_v
5428: where id1 = p_id;
5429:
5430: --inbound ship to
5431: CURSOR c_ship_to_location_in(v_ship_to_location_id number)IS