DBA Data[Home] [Help]

APPS.AMW_PROJECT_EVENT_PVT dependencies on FND_MSG_PUB

Line 110: FND_MSG_PUB.ADD;

106: ROLLBACK TO Scope_Update_Event;
107:
108: FND_MESSAGE.SET_NAME( 'AMW', 'GENERIC_MESSAGE' );
109: FND_MESSAGE.SET_TOKEN( 'GENERIC_TEXT' ,SQLERRM );
110: FND_MSG_PUB.ADD;
111:
112: WF_CORE.CONTEXT('AMW_PROJECT_EVENT_PVT', 'SCOPE_UPDATE', p_event.getEventName(), p_subscription_guid);
113: WF_EVENT.setErrorInfo(p_event, 'ERROR');
114:

Line 319: FND_MSG_PUB.ADD;

315: ROLLBACK TO Evaluation_Update_Event;
316:
317: FND_MESSAGE.SET_NAME( 'AMW', 'GENERIC_MESSAGE' );
318: FND_MESSAGE.SET_TOKEN( 'GENERIC_TEXT' ,SQLERRM );
319: FND_MSG_PUB.ADD;
320:
321: WF_CORE.CONTEXT('AMW_PROJECT_EVENT_PVT', 'EVALUATION_UPDATE', p_event.getEventName(), p_subscription_guid);
322: WF_EVENT.setErrorInfo(p_event, 'ERROR');
323:

Line 1096: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,

1092: EXCEPTION
1093: WHEN OTHERS THEN
1094: x_return_status := fnd_api.g_ret_sts_unexp_error;
1095: -- Standard call to get message count and if count=1, get the message
1096: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
1097: p_count => x_msg_count,
1098: p_data => x_msg_data);
1099: end UPDATE_SIGNOFF_STATUS;
1100: