DBA Data[Home] [Help]

APPS.PMI_COST_ANALZ_PACK dependencies on FND_PROFILE

Line 527: /* skarimis replaced FND_PROFILE.VALUE_WNPS with FND_PROFILE.VALUE */

523: necessary uom conversions */
524: /* Get the um_type of fm_yield_type */
525:
526: /* 01/12/1999 RS - using profile values instead of sy_cont_tbl */
527: /* skarimis replaced FND_PROFILE.VALUE_WNPS with FND_PROFILE.VALUE */
528: SELECT FND_PROFILE.VALUE('FM_YIELD_TYPE')
529: INTO fm_yield_type_v
530: FROM dual;
531:

Line 528: SELECT FND_PROFILE.VALUE('FM_YIELD_TYPE')

524: /* Get the um_type of fm_yield_type */
525:
526: /* 01/12/1999 RS - using profile values instead of sy_cont_tbl */
527: /* skarimis replaced FND_PROFILE.VALUE_WNPS with FND_PROFILE.VALUE */
528: SELECT FND_PROFILE.VALUE('FM_YIELD_TYPE')
529: INTO fm_yield_type_v
530: FROM dual;
531:
532: /* RS end changes for rel 11 */