DBA Data[Home] [Help]

APPS.PSB_WS_DISTRIBUTIONS_PVT dependencies on DUAL

Line 45: FROM dual;

41: WHERE distribution_id = p_distribution_id ;
42:
43: CURSOR C2 IS
44: SELECT psb_ws_distributions_s.nextval
45: FROM dual;
46: BEGIN
47: --
48: SAVEPOINT Insert_Row_Pvt ;
49: --