DBA Data[Home] [Help]

APPS.CST_EAMCOST_PUB dependencies on MFG_LOOKUPS

Line 5361: mfg_lookups x

5357: y.start_date
5358: into
5359: l_period_start_date
5360: from gl_periods y,
5361: mfg_lookups x
5362: where
5363: y.adjustment_period_flag = 'N' and
5364: x.lookup_type(+) = 'MTL_ACCT_PERIOD_STATUS' and
5365: x.enabled_flag(+) = 'Y' and

Line 5382: mfg_lookups x

5378: y.end_date
5379: into
5380: l_period_end_date
5381: from gl_periods y,
5382: mfg_lookups x
5383: where
5384: y.adjustment_period_flag = 'N' and
5385: x.lookup_type(+) = 'MTL_ACCT_PERIOD_STATUS' and
5386: x.enabled_flag(+) = 'Y' and

Line 5561: mfg_lookups x

5557: y.start_date
5558: into
5559: l_period_start_date
5560: from gl_periods y,
5561: mfg_lookups x
5562: where
5563: y.adjustment_period_flag = 'N' and
5564: x.lookup_type(+) = 'MTL_ACCT_PERIOD_STATUS' and
5565: x.enabled_flag(+) = 'Y' and

Line 5582: mfg_lookups x

5578: y.end_date
5579: into
5580: l_period_end_date
5581: from gl_periods y,
5582: mfg_lookups x
5583: where
5584: y.adjustment_period_flag = 'N' and
5585: x.lookup_type(+) = 'MTL_ACCT_PERIOD_STATUS' and
5586: x.enabled_flag(+) = 'Y' and