DBA Data[Home] [Help]

APPS.ARI_SELF_REGISTRATION_PKG dependencies on WF_EVENT_T

Line 1041: Procedure CreatePersonPartyInternal(p_event in out NOCOPY WF_EVENT_T,

1037: | PARAMETERS
1038: |
1039: * ======================================================================*/
1040: ---------------------------------------------------------------------------
1041: Procedure CreatePersonPartyInternal(p_event in out NOCOPY WF_EVENT_T,
1042: p_person_party_id out NOCOPY varchar2)
1043: ---------------------------------------------------------------------------
1044: IS
1045:

Line 1283: Procedure CreateOrgContactInternal(p_event in out NOCOPY WF_EVENT_T,

1279: | PARAMETERS
1280: |
1281: * ======================================================================*/
1282: ---------------------------------------------------------------------------
1283: Procedure CreateOrgContactInternal(p_event in out NOCOPY WF_EVENT_T,
1284: p_person_party_id in varchar2,
1285: p_party_id out NOCOPY number)
1286: ---------------------------------------------------------------------------
1287: IS

Line 1438: Procedure CreateContactPointInternal(p_event in out NOCOPY WF_EVENT_T,

1434: | PARAMETERS
1435: |
1436: * ======================================================================*/
1437: ---------------------------------------------------------------------------
1438: Procedure CreateContactPointInternal(p_event in out NOCOPY WF_EVENT_T,
1439: p_contact_party_id in varchar2)
1440: ---------------------------------------------------------------------------
1441: IS
1442:

Line 1718: PROCEDURE CreateCustAcctRoleFor(p_event in out NOCOPY WF_EVENT_T,

1714: | PARAMETERS
1715: |
1716: * ======================================================================*/
1717: --------------------------------------------------------------------------
1718: PROCEDURE CreateCustAcctRoleFor(p_event in out NOCOPY WF_EVENT_T,
1719: p_party_id IN NUMBER,
1720: p_cust_acct_role_id OUT NOCOPY NUMBER)
1721: --------------------------------------------------------------------------
1722: IS

Line 2017: PROCEDURE RegisterB2BUser( p_event IN OUT NOCOPY WF_EVENT_T,

2013: | PARAMETERS
2014: |
2015: * ======================================================================*/
2016: ---------------------------------------------------------------------------
2017: PROCEDURE RegisterB2BUser( p_event IN OUT NOCOPY WF_EVENT_T,
2018: p_person_party_id IN OUT NOCOPY VARCHAR2)
2019: ---------------------------------------------------------------------------
2020: IS
2021: l_party_id NUMBER;

Line 2068: PROCEDURE RegisterB2CUser( p_event IN OUT NOCOPY WF_EVENT_T,

2064: | PARAMETERS
2065: |
2066: * ======================================================================*/
2067: ---------------------------------------------------------------------------
2068: PROCEDURE RegisterB2CUser( p_event IN OUT NOCOPY WF_EVENT_T,
2069: p_person_party_id IN OUT NOCOPY varchar2 )
2070: ---------------------------------------------------------------------------
2071: IS
2072: l_contact_preference_rec HZ_CONTACT_PREFERENCE_V2PUB.CONTACT_PREFERENCE_REC_TYPE;

Line 2163: PROCEDURE RegisterUser( p_event IN OUT NOCOPY WF_EVENT_T,

2159: | PARAMETERS
2160: |
2161: * ======================================================================*/
2162: ---------------------------------------------------------------------------
2163: PROCEDURE RegisterUser( p_event IN OUT NOCOPY WF_EVENT_T,
2164: p_person_party_id IN OUT NOCOPY varchar2 )
2165: ---------------------------------------------------------------------------
2166: IS
2167: l_cust_acct_type VARCHAR2(20);

Line 2214: p_event in out NOCOPY WF_EVENT_T)

2210: |
2211: * ======================================================================*/
2212: ---------------------------------------------------------------------------
2213: FUNCTION AddCustomerAccess(p_subscription_guid in raw,
2214: p_event in out NOCOPY WF_EVENT_T)
2215: RETURN VARCHAR2
2216: ---------------------------------------------------------------------------
2217: IS
2218: l_success VARCHAR2(10);

Line 2291: p_event in out NOCOPY WF_EVENT_T)

2287: |
2288: * ======================================================================*/
2289: ---------------------------------------------------------------------------
2290: FUNCTION CreatePersonParty(p_subscription_guid in raw,
2291: p_event in out NOCOPY WF_EVENT_T)
2292: RETURN VARCHAR2
2293: ---------------------------------------------------------------------------
2294: IS
2295: