DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PUB dependencies on PA_MESSAGE_UTILS

Line 1339: PA_MESSAGE_UTILS.save_messages

1335: PA_UTILS.Add_Message ('PA', 'PA_STATUS_CODE_NOT_FOUND');
1336:
1337: -- save the error message to the proper table so that we can retrive them later
1338: -- from workflow notification page.
1339: PA_MESSAGE_UTILS.save_messages
1340: (p_user_id => PA_MASS_ASGMT_TRX.G_SUBMITTER_USER_ID,
1341: p_source_type1 => PA_MASS_ASGMT_TRX.G_SOURCE_TYPE1,
1342: p_source_type2 => PA_MASS_ASGMT_TRX.G_MASS_UPDATE_SCHEDULE,
1343: p_source_identifier1 => PA_MASS_ASGMT_TRX.G_WORKFLOW_ITEM_TYPE,

Line 1354: PA_MESSAGE_UTILS.save_messages

1350:
1351: WHEN FND_API.G_EXC_ERROR THEN
1352: -- save the error message to the proper table so that we can retrive them later
1353: -- from workflow notification page.
1354: PA_MESSAGE_UTILS.save_messages
1355: (p_user_id => PA_MASS_ASGMT_TRX.G_SUBMITTER_USER_ID,
1356: p_source_type1 => PA_MASS_ASGMT_TRX.G_SOURCE_TYPE1,
1357: p_source_type2 => PA_MASS_ASGMT_TRX.G_MASS_UPDATE_SCHEDULE,
1358: p_source_identifier1 => PA_MASS_ASGMT_TRX.G_WORKFLOW_ITEM_TYPE,