DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PUB dependencies on PA_MESSAGE_UTILS

Line 871: PA_MESSAGE_UTILS.save_messages

867: PA_UTILS.Add_Message ('PA', 'PA_STATUS_CODE_NOT_FOUND');
868:
869: -- save the error message to the proper table so that we can retrive them later
870: -- from workflow notification page.
871: PA_MESSAGE_UTILS.save_messages
872: (p_user_id => PA_MASS_ASGMT_TRX.G_SUBMITTER_USER_ID,
873: p_source_type1 => PA_MASS_ASGMT_TRX.G_SOURCE_TYPE1,
874: p_source_type2 => PA_MASS_ASGMT_TRX.G_MASS_UPDATE_SCHEDULE,
875: p_source_identifier1 => PA_MASS_ASGMT_TRX.G_WORKFLOW_ITEM_TYPE,

Line 886: PA_MESSAGE_UTILS.save_messages

882:
883: WHEN FND_API.G_EXC_ERROR THEN
884: -- save the error message to the proper table so that we can retrive them later
885: -- from workflow notification page.
886: PA_MESSAGE_UTILS.save_messages
887: (p_user_id => PA_MASS_ASGMT_TRX.G_SUBMITTER_USER_ID,
888: p_source_type1 => PA_MASS_ASGMT_TRX.G_SOURCE_TYPE1,
889: p_source_type2 => PA_MASS_ASGMT_TRX.G_MASS_UPDATE_SCHEDULE,
890: p_source_identifier1 => PA_MASS_ASGMT_TRX.G_WORKFLOW_ITEM_TYPE,