DBA Data[Home] [Help]

APPS.CSD_REPAIRS_PVT dependencies on FND_PROFILE

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

3189: -- the defaulting in the FND Flex API should happen only if the mode is
3190: -- create and profile CSD: Enable Flexfield Defaulting for Repair Orders Flexfield
3191: -- is set to Yes.
3192: IF p_validation_mode = Jtf_Plsql_Api.G_CREATE THEN
3193: if nvl(fnd_profile.value('CSD_RO_DFF_DEF'),'N') = 'Y' then
3194: l_valid_def_rec := Csd_Repairs_Util.Is_DescFlex_Valid
3195: (p_api_name => 'Create_Repair_Order',
3196: p_desc_flex_name => 'CSD_REPAIRS',
3197: p_attr_values => x_dff_rec,

Line 6151: l_to_flow_status_id := fnd_profile.value('CSD_DEF_RO_STAT_FR_SHP');

6147: Close get_ro_details;
6148:
6149:
6150: --bug#9284580
6151: l_to_flow_status_id := fnd_profile.value('CSD_DEF_RO_STAT_FR_SHP');
6152:
6153: -- get the 'from' flow status id.
6154: --
6155: begin