DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on MFG_LOOKUPS

Line 5268: mfg_lookups x

5264: y.start_date
5265: into
5266: l_period_start_date
5267: from gl_periods y,
5268: mfg_lookups x
5269: where
5270: y.adjustment_period_flag = 'N' and
5271: x.lookup_type(+) = 'MTL_ACCT_PERIOD_STATUS' and
5272: x.enabled_flag(+) = 'Y' and

Line 5289: mfg_lookups x

5285: y.end_date
5286: into
5287: l_period_end_date
5288: from gl_periods y,
5289: mfg_lookups x
5290: where
5291: y.adjustment_period_flag = 'N' and
5292: x.lookup_type(+) = 'MTL_ACCT_PERIOD_STATUS' and
5293: x.enabled_flag(+) = 'Y' and