DBA Data[Home] [Help]

APPS.CSTPSISC dependencies on FND_PROFILE

Line 88: l_profile_option := fnd_profile.value('CST_AVG_COSTING_OPTION');

84:
85: -- Check the profile option. If profile option is 2 (INV/WIP), then
86: -- no need to insert into mctcd. This insertion has been done by
87: -- transaction manager (in inltpu module). It fixes bug 837911
88: l_profile_option := fnd_profile.value('CST_AVG_COSTING_OPTION');
89: */
90: l_profile_option := 2;
91:
92: if (l_profile_option <> 2) then

Line 424: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');

420: FND_MSG_pub.add;
421: raise fnd_api.g_exc_unexpected_error;
422: end if;
423:
424: l_debug := FND_PROFILE.VALUE('MRP_DEBUG');
425:
426: /*if (l_debug = 'Y') then
427: FND_FILE.PUT_LINE(FND_FILE.LOG,'zero_cost_flag:'|| to_char(l_zero_cost_flag));
428: end if;