DBA Data[Home] [Help]

APPS.IGIPMSLR dependencies on IGI_MPP_SETUP

Line 443: FROM igi_mpp_setup setup

439: PROCEDURE CreateEntries ( p_dist in c_dist%ROWTYPE ) IS
440:
441: CURSOR c_future_post IS
442: SELECT setup.*
443: FROM igi_mpp_setup setup
444: ;
445:
446: l_future_post c_future_post%ROWTYPE;
447: l_sublgr SUBLGR ;