DBA Data[Home] [Help]

APPS.CSD_WF_PROCESS_PVT dependencies on CSD_CHARGE_LINE_UTIL

Line 653: l_currency_code := CSD_CHARGE_LINE_UTIL.GET_PLCURRCODE(fnd_profile.value('CSD_DEFAULT_PRICE_LIST'));

649: Close c_get_repair_type_attr;
650:
651: -- Derive the Currency code
652: If ( l_repair_type_pl is null ) then
653: l_currency_code := CSD_CHARGE_LINE_UTIL.GET_PLCURRCODE(fnd_profile.value('CSD_DEFAULT_PRICE_LIST'));
654: Else
655: l_currency_code := CSD_CHARGE_LINE_UTIL.GET_PLCURRCODE(l_repair_type_pl);
656: End if;
657:

Line 655: l_currency_code := CSD_CHARGE_LINE_UTIL.GET_PLCURRCODE(l_repair_type_pl);

651: -- Derive the Currency code
652: If ( l_repair_type_pl is null ) then
653: l_currency_code := CSD_CHARGE_LINE_UTIL.GET_PLCURRCODE(fnd_profile.value('CSD_DEFAULT_PRICE_LIST'));
654: Else
655: l_currency_code := CSD_CHARGE_LINE_UTIL.GET_PLCURRCODE(l_repair_type_pl);
656: End if;
657:
658: If (fnd_log.level_statement >= fnd_log.g_current_runtime_level) then
659: fnd_log.STRING (fnd_log.level_statement,