DBA Data[Home] [Help]

APPS.PV_TAP_BES_PKG dependencies on WF_EVENT_T

Line 34: -- p_event IN out NOCOPY wf_event_t

30: --
31: -- Paramaeters :
32: -- IN :
33: -- p_subscription_guid IN raw
34: -- p_event IN out NOCOPY wf_event_t
35: -- OUT :
36: --
37: -- Version :
38: -- Initial version 1.0

Line 47: p_event in out NOCOPY wf_event_t)

43: --
44: -- End of Comments
45: FUNCTION organization_update_post
46: ( p_subscription_guid in raw,
47: p_event in out NOCOPY wf_event_t)
48: RETURN VARCHAR2;
49:
50: -- Start of Comments
51: --

Line 63: -- p_event IN out NOCOPY wf_event_t

59: --
60: -- Paramaeters :
61: -- IN :
62: -- p_subscription_guid IN raw
63: -- p_event IN out NOCOPY wf_event_t
64: -- OUT :
65: --
66: -- Version :
67: -- Initial version 1.0

Line 76: p_event in out NOCOPY wf_event_t)

72: --
73: -- End of Comments
74: FUNCTION partysite_update_post
75: ( p_subscription_guid in raw,
76: p_event in out NOCOPY wf_event_t)
77: RETURN VARCHAR2;
78:
79: -- Start of Comments
80: --

Line 92: -- p_event IN out NOCOPY wf_event_t

88: --
89: -- Paramaeters :
90: -- IN :
91: -- p_subscription_guid IN raw
92: -- p_event IN out NOCOPY wf_event_t
93: -- OUT :
94: --
95: -- Version :
96: -- Initial version 1.0

Line 105: p_event in out NOCOPY wf_event_t)

101: --
102: -- End of Comments
103: FUNCTION location_update_post
104: ( p_subscription_guid in raw,
105: p_event in out NOCOPY wf_event_t)
106: RETURN VARCHAR2;
107:
108: --
109: -- API name : contactpoint_update_post

Line 120: -- p_event IN out NOCOPY wf_event_t

116: --
117: -- Paramaeters :
118: -- IN :
119: -- p_subscription_guid IN raw
120: -- p_event IN out NOCOPY wf_event_t
121: -- OUT :
122: --
123: -- Version :
124: -- Initial version 1.0

Line 133: p_event in out NOCOPY wf_event_t)

129: --
130: -- End of Comments
131: FUNCTION contactpoint_update_post
132: ( p_subscription_guid in raw,
133: p_event in out NOCOPY wf_event_t)
134: RETURN VARCHAR2;
135:
136: END PV_TAP_BES_PKG;