DBA Data[Home] [Help]

APPS.ARI_SELF_REGISTRATION_PKG dependencies on WF_EVENT_T

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

1071: | PARAMETERS
1072: |
1073: * ======================================================================*/
1074: ---------------------------------------------------------------------------
1075: Procedure CreatePersonPartyInternal(p_event in out NOCOPY WF_EVENT_T,
1076: p_person_party_id out NOCOPY varchar2)
1077: ---------------------------------------------------------------------------
1078: IS
1079:

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

1364: | PARAMETERS
1365: |
1366: * ======================================================================*/
1367: ---------------------------------------------------------------------------
1368: Procedure CreateOrgContactInternal(p_event in out NOCOPY WF_EVENT_T,
1369: p_person_party_id in varchar2,
1370: p_party_id out NOCOPY number)
1371: ---------------------------------------------------------------------------
1372: IS

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

1534: | PARAMETERS
1535: |
1536: * ======================================================================*/
1537: ---------------------------------------------------------------------------
1538: Procedure CreateContactPointInternal(p_event in out NOCOPY WF_EVENT_T,
1539: p_contact_party_id in varchar2)
1540: ---------------------------------------------------------------------------
1541: IS
1542:

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

1849: | PARAMETERS
1850: |
1851: * ======================================================================*/
1852: --------------------------------------------------------------------------
1853: PROCEDURE CreateCustAcctRoleFor(p_event in out NOCOPY WF_EVENT_T,
1854: p_party_id IN NUMBER,
1855: p_cust_acct_role_id OUT NOCOPY NUMBER)
1856: --------------------------------------------------------------------------
1857: IS

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

2202: | PARAMETERS
2203: |
2204: * ======================================================================*/
2205: ---------------------------------------------------------------------------
2206: PROCEDURE RegisterB2BUser( p_event IN OUT NOCOPY WF_EVENT_T,
2207: p_person_party_id IN OUT NOCOPY VARCHAR2)
2208: ---------------------------------------------------------------------------
2209: IS
2210: l_party_id NUMBER;

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

2253: | PARAMETERS
2254: |
2255: * ======================================================================*/
2256: ---------------------------------------------------------------------------
2257: PROCEDURE RegisterB2CUser( p_event IN OUT NOCOPY WF_EVENT_T,
2258: p_person_party_id IN OUT NOCOPY varchar2 )
2259: ---------------------------------------------------------------------------
2260: IS
2261: l_contact_preference_rec HZ_CONTACT_PREFERENCE_V2PUB.CONTACT_PREFERENCE_REC_TYPE;

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

2348: | PARAMETERS
2349: |
2350: * ======================================================================*/
2351: ---------------------------------------------------------------------------
2352: PROCEDURE RegisterUser( p_event IN OUT NOCOPY WF_EVENT_T,
2353: p_person_party_id IN OUT NOCOPY varchar2 )
2354: ---------------------------------------------------------------------------
2355: IS
2356: l_cust_acct_type VARCHAR2(20);

Line 2462: p_event in out NOCOPY WF_EVENT_T)

2458: |
2459: * ======================================================================*/
2460: ---------------------------------------------------------------------------
2461: FUNCTION AddCustomerAccess(p_subscription_guid in raw,
2462: p_event in out NOCOPY WF_EVENT_T)
2463: RETURN VARCHAR2
2464: ---------------------------------------------------------------------------
2465: IS
2466: l_success VARCHAR2(10);

Line 2554: p_event in out NOCOPY WF_EVENT_T)

2550: |
2551: * ======================================================================*/
2552: ---------------------------------------------------------------------------
2553: FUNCTION CreatePersonParty(p_subscription_guid in raw,
2554: p_event in out NOCOPY WF_EVENT_T)
2555: RETURN VARCHAR2
2556: ---------------------------------------------------------------------------
2557: IS
2558:

Line 2690: l_event wf_event_t;

2686: l_user_name VARCHAR2(100);
2687: l_debug_info VARCHAR2(300);
2688: l_event_key VARCHAR2(2000);
2689: l_approval_profile VARCHAR2(100);
2690: l_event wf_event_t;
2691:
2692: BEGIN
2693:
2694: wf_event.addParametertoList('PERSON_PARTY_ID', p_person_party_id, l_parameter_list);

Line 2720: wf_event_t.initialize(l_event);

2716: SELECT usr.user_name into l_user_name
2717: FROM fnd_user usr
2718: WHERE Usr.person_party_id = p_person_party_id;
2719: END IF;
2720: wf_event_t.initialize(l_event);
2721: l_event.setParameterList(l_parameter_list);
2722:
2723: FND_PROFILE.Get('OIR_APPROVAL_FOR_ACCOUNT_ACCESS', l_approval_profile);
2724: l_event_name := 'oracle.apps.ar.irec.addcustaccess';

Line 2957: p_event in out NOCOPY WF_EVENT_T)

2953: |
2954: * ======================================================================*/
2955: ---------------------------------------------------------------------------
2956: FUNCTION UpdateRegistrationTable(p_subscription_guid in raw,
2957: p_event in out NOCOPY WF_EVENT_T)
2958: RETURN VARCHAR2
2959: ---------------------------------------------------------------------------
2960: IS
2961: l_registration_id VARCHAR2(500);

Line 3011: p_event in out NOCOPY WF_EVENT_T)

3007: |
3008: * ======================================================================*/
3009: --------------------------------------------------------------------------
3010: FUNCTION UpdateRejectedStatus(p_subscription_guid in raw,
3011: p_event in out NOCOPY WF_EVENT_T)
3012: RETURN VARCHAR2
3013: --------------------------------------------------------------------------
3014: IS
3015: l_item_key VARCHAR2(500);