DBA Data[Home] [Help]

APPS.OZF_TRADE_PROFILE_PVT dependencies on OZF_CUST_TRD_PRFLS_ALL_S

Line 446: SELECT ozf_cust_trd_prfls_all_s.NEXTVAL

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