DBA Data[Home] [Help]

APPS.HZ_WF_SYNCH dependencies on FND_MSG_PUB

Line 82: FND_MSG_PUB.ADD;

78: EXCEPTION
79: WHEN OTHERS THEN
80: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
81: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
82: FND_MSG_PUB.ADD;
83: WF_CORE.CONTEXT('HZ_WF_SYNCH',
84: 'propagate_user_role',
85: p_event.getEventName(),
86: p_subscription_guid);

Line 673: FND_MSG_PUB.ADD;

669: EXCEPTION
670: WHEN OTHERS THEN
671: FND_MESSAGE.SET_NAME('AR', 'HZ_API_OTHERS_EXCEP');
672: FND_MESSAGE.SET_TOKEN('ERROR' ,SQLERRM);
673: FND_MSG_PUB.ADD;
674: WF_CORE.CONTEXT('HZ_WF_SYNCH',
675: 'propagate_user_role',
676: p_event.getEventName(),
677: p_subscription_guid);