DBA Data[Home] [Help]

APPS.OZF_SUPP_TRADE_PROFILE_PVT dependencies on HZ_CUST_SITE_USES

Line 375: from HZ_CUST_SITE_USES

371: L_API_NAME CONSTANT VARCHAR2(30) := 'populate_supp_defaults';
372:
373: CURSOR c_cust_acct_site_id (a_id IN NUMBER) IS
374: SELECT cust_acct_site_id
375: from HZ_CUST_SITE_USES
376: WHERE site_use_id = a_id;
377: BEGIN
378: x_supp_trade_profile_rec := p_supp_trade_profile_rec;
379: