DBA Data[Home] [Help]

APPS.CSD_REPAIRS_PVT dependencies on FND_PROFILE

Line 2885: if nvl(fnd_profile.value('CSD_RO_DFF_DEF'),'N') = 'Y' then

2881: -- the defaulting in the FND Flex API should happen only if the mode is
2882: -- create and profile CSD: Enable Flexfield Defaulting for Repair Orders Flexfield
2883: -- is set to Yes.
2884: IF p_validation_mode = Jtf_Plsql_Api.G_CREATE THEN
2885: if nvl(fnd_profile.value('CSD_RO_DFF_DEF'),'N') = 'Y' then
2886: l_valid_def_rec := Csd_Repairs_Util.Is_DescFlex_Valid
2887: (p_api_name => 'Create_Repair_Order',
2888: p_desc_flex_name => 'CSD_REPAIRS',
2889: p_attr_values => x_dff_rec,