DBA Data[Home] [Help]

APPS.OZF_SUPP_TRADE_PROFILE_PVT dependencies on HZ_CUST_SITE_USES

Line 313: from HZ_CUST_SITE_USES

309: L_API_NAME CONSTANT VARCHAR2(30) := 'populate_supp_defaults';
310:
311: CURSOR c_cust_acct_site_id (a_id IN NUMBER) IS
312: SELECT cust_acct_site_id
313: from HZ_CUST_SITE_USES
314: WHERE site_use_id = a_id;
315: BEGIN
316: x_supp_trade_profile_rec := p_supp_trade_profile_rec;
317: