DBA Data[Home] [Help]

APPS.PV_TAP_BES_PKG dependencies on WF_EVENT_T

Line 2145: -- p_event IN out NOCOPY wf_event_t

2141: --
2142: -- Paramaeters :
2143: -- IN :
2144: -- p_subscription_guid IN raw
2145: -- p_event IN out NOCOPY wf_event_t
2146: -- OUT :
2147: --
2148: -- Version :
2149: -- Initial version 1.0

Line 2158: p_event in out NOCOPY wf_event_t)

2154: --
2155: -- End of Comments
2156: FUNCTION organization_update_post
2157: ( p_subscription_guid in raw,
2158: p_event in out NOCOPY wf_event_t)
2159: RETURN VARCHAR2
2160: IS
2161: -- Declaration of local variables
2162: l_party_id NUMBER;

Line 2226: -- p_event IN out NOCOPY wf_event_t

2222: --
2223: -- Paramaeters :
2224: -- IN :
2225: -- p_subscription_guid IN raw
2226: -- p_event IN out NOCOPY wf_event_t
2227: -- OUT :
2228: --
2229: -- Version :
2230: -- Initial version 1.0

Line 2239: p_event in out NOCOPY wf_event_t)

2235: --
2236: -- End of Comments
2237: FUNCTION partysite_update_post
2238: ( p_subscription_guid in raw,
2239: p_event in out NOCOPY wf_event_t)
2240: RETURN VARCHAR2
2241: IS
2242:
2243: -- Declaration of local variables

Line 2305: -- p_event IN out NOCOPY wf_event_t

2301: --
2302: -- Paramaeters :
2303: -- IN :
2304: -- p_subscription_guid IN raw
2305: -- p_event IN out NOCOPY wf_event_t
2306: -- OUT :
2307: --
2308: -- Version :
2309: -- Initial version 1.0

Line 2318: p_event in out NOCOPY wf_event_t)

2314: --
2315: -- End of Comments
2316: FUNCTION location_update_post
2317: ( p_subscription_guid in raw,
2318: p_event in out NOCOPY wf_event_t)
2319: RETURN VARCHAR2
2320: IS
2321:
2322:

Line 2382: -- p_event IN out NOCOPY wf_event_t

2378: --
2379: -- Paramaeters :
2380: -- IN :
2381: -- p_subscription_guid IN raw
2382: -- p_event IN out NOCOPY wf_event_t
2383: -- OUT :
2384: --
2385: -- Version :
2386: -- Initial version 1.0

Line 2395: p_event in out NOCOPY wf_event_t)

2391: --
2392: -- End of Comments
2393: FUNCTION contactpoint_update_post
2394: ( p_subscription_guid in raw,
2395: p_event in out NOCOPY wf_event_t)
2396: RETURN VARCHAR2
2397: IS
2398:
2399: l_contact_point_id NUMBER;