DBA Data[Home] [Help]

APPS.PV_TAP_BES_PKG dependencies on WF_EVENT_T

Line 2316: -- p_event IN out NOCOPY wf_event_t

2312: --
2313: -- Paramaeters :
2314: -- IN :
2315: -- p_subscription_guid IN raw
2316: -- p_event IN out NOCOPY wf_event_t
2317: -- OUT :
2318: --
2319: -- Version :
2320: -- Initial version 1.0

Line 2329: p_event in out NOCOPY wf_event_t)

2325: --
2326: -- End of Comments
2327: FUNCTION organization_update_post
2328: ( p_subscription_guid in raw,
2329: p_event in out NOCOPY wf_event_t)
2330: RETURN VARCHAR2
2331: IS
2332: -- Declaration of local variables
2333: l_party_id NUMBER;

Line 2403: -- p_event IN out NOCOPY wf_event_t

2399: --
2400: -- Paramaeters :
2401: -- IN :
2402: -- p_subscription_guid IN raw
2403: -- p_event IN out NOCOPY wf_event_t
2404: -- OUT :
2405: --
2406: -- Version :
2407: -- Initial version 1.0

Line 2416: p_event in out NOCOPY wf_event_t)

2412: --
2413: -- End of Comments
2414: FUNCTION partysite_update_post
2415: ( p_subscription_guid in raw,
2416: p_event in out NOCOPY wf_event_t)
2417: RETURN VARCHAR2
2418: IS
2419:
2420: -- Declaration of local variables

Line 2482: -- p_event IN out NOCOPY wf_event_t

2478: --
2479: -- Paramaeters :
2480: -- IN :
2481: -- p_subscription_guid IN raw
2482: -- p_event IN out NOCOPY wf_event_t
2483: -- OUT :
2484: --
2485: -- Version :
2486: -- Initial version 1.0

Line 2495: p_event in out NOCOPY wf_event_t)

2491: --
2492: -- End of Comments
2493: FUNCTION location_update_post
2494: ( p_subscription_guid in raw,
2495: p_event in out NOCOPY wf_event_t)
2496: RETURN VARCHAR2
2497: IS
2498:
2499:

Line 2559: -- p_event IN out NOCOPY wf_event_t

2555: --
2556: -- Paramaeters :
2557: -- IN :
2558: -- p_subscription_guid IN raw
2559: -- p_event IN out NOCOPY wf_event_t
2560: -- OUT :
2561: --
2562: -- Version :
2563: -- Initial version 1.0

Line 2572: p_event in out NOCOPY wf_event_t)

2568: --
2569: -- End of Comments
2570: FUNCTION contactpoint_update_post
2571: ( p_subscription_guid in raw,
2572: p_event in out NOCOPY wf_event_t)
2573: RETURN VARCHAR2
2574: IS
2575:
2576: l_contact_point_id NUMBER;