DBA Data[Home] [Help]

APPS.OZF_TRADE_PROFILE_PVT dependencies on OZF_CUST_TRD_PRFLS_ALL_S

Line 444: SELECT ozf_cust_trd_prfls_all_s.NEXTVAL

440: l_x_trade_profile_rec trade_profile_rec_type;
441: l_null VARCHAR2(10) := 'NULL';
442:
443: CURSOR c_id IS
444: SELECT ozf_cust_trd_prfls_all_s.NEXTVAL
445: FROM dual;
446:
447: CURSOR c_id_exists (l_id IN NUMBER) IS
448: SELECT count(trade_profile_id)