DBA Data[Home] [Help]

APPS.XDP_NOTIFICATIONS dependencies on XDP_NOTIFICATIONS

Line 1: PACKAGE BODY XDP_NOTIFICATIONS AS

1: PACKAGE BODY XDP_NOTIFICATIONS AS
2: /* $Header: XDPNOTFB.pls 120.1 2005/06/09 00:18:39 appldev $ */
3:
4: --
5: --Wrapper API for OA Framework 5.6

Line 33: XDP_Notifications.NotificationResponse(

29: p_workitem_retry_params(1).PARAMETER_NAME := p_parameter_name;
30: p_workitem_retry_params(1).PARAM_RETRY_VAL := p_parameter_value;
31: p_workitem_retry_params(1).PARAM_PREVIOUS_VAL := p_parameter_old_value;
32:
33: XDP_Notifications.NotificationResponse(
34: p_response => p_response,
35: p_order_id => p_order_id,
36: p_workitem_instance_id => p_workitem_instance_id,
37: p_fa_instance_id => p_fa_instance_id,

Line 392: END XDP_NOTIFICATIONS;

388: return_code := SQLCODE;
389: error_description := SUBSTR(SQLERRM,1,280);
390: END Get_Latest_FMC_Changes;
391:
392: END XDP_NOTIFICATIONS;