DBA Data[Home] [Help]

APPS.MSD_CS_COLLECTION dependencies on FND_LOOKUP_VALUES

Line 1526: from fnd_lookup_values

1522: /* Check whether that time level id exists in fnd lookup or not */
1523:
1524: IF ( nvl(p_cs_rec.tim_level_collect_flag, 'N') = 'Y') THEN
1525: select count(*) into l_count
1526: from fnd_lookup_values
1527: where lookup_type = 'MSD_PERIOD_TYPE' and
1528: nvl(crec_data.tim_level_id, '999.99') = lookup_code and
1529: rownum <= 1;
1530: