DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on FND_MESSAGE

Line 834: Fnd_Message.Set_Name('CSD', 'CSD_FLEX_FLWSTS_NO_ACCESS');

830: p_to_flow_status_id => p_to_ro_status,
831: p_responsibility_id => FND_GLOBAL.RESP_ID)
832: then
833: -- flow status update is not allowed.
834: Fnd_Message.Set_Name('CSD', 'CSD_FLEX_FLWSTS_NO_ACCESS');
835: Fnd_Msg_Pub.ADD;
836: prepare_error_message_table(l_error_messages_tbl,
837: 0,
838: null,

Line 906: Fnd_Message.Set_Name('CSD', 'CSD_FLEX_RT_TRANS_NO_ACCESS');

902: p_common_flow_status_id => p_from_ro_status(j),
903: p_responsibility_id => fnd_global.resp_id)
904: then
905: -- repair type update is not allowed. log a message.
906: Fnd_Message.Set_Name('CSD', 'CSD_FLEX_RT_TRANS_NO_ACCESS');
907: Fnd_Msg_Pub.ADD;
908: prepare_error_message_table(l_error_messages_tbl,
909: 0,
910: null,

Line 2191: fnd_message.set_name('CSD', 'CSD_INVALID_CUST_PROD');

2187: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_api_name,
2188: 'Change ownership criteria not met. Make sure the change ownerhsip function is granted and profile CSD_ALWAYS_CREATE_IB_INSTANCE is set to Always create instance');
2189: END IF;
2190:
2191: fnd_message.set_name('CSD', 'CSD_INVALID_CUST_PROD');
2192: fnd_msg_pub.ADD;
2193: RAISE fnd_api.g_exc_error;
2194: END IF;
2195: