DBA Data[Home] [Help]

APPS.ARI_SELF_REG_CONFIG dependencies on ARI_SELF_REGISTRATION_PKG

Line 17: x_verify_access OUT NOCOPY ARI_SELF_REGISTRATION_PKG.VerifyAccessTable,

13: --This procedure can be customised to specify access verification questions
14: --when the user selects the location of the customer requesting access.
15: PROCEDURE verify_customer_site_access( p_customer_id IN VARCHAR2,
16: p_customer_site_use_id IN VARCHAR2 DEFAULT NULL,
17: x_verify_access OUT NOCOPY ARI_SELF_REGISTRATION_PKG.VerifyAccessTable,
18: x_attempts OUT NOCOPY NUMBER);
19: ---------------------------------------------------------------------------------------------------------
20: --This procedure can be customised to specify access verification questions
21: --when the user selects the customer requesting access.

Line 23: x_verify_access OUT NOCOPY ARI_SELF_REGISTRATION_PKG.VerifyAccessTable,

19: ---------------------------------------------------------------------------------------------------------
20: --This procedure can be customised to specify access verification questions
21: --when the user selects the customer requesting access.
22: PROCEDURE validate_cust_detail_access( p_customer_id IN VARCHAR2,
23: x_verify_access OUT NOCOPY ARI_SELF_REGISTRATION_PKG.VerifyAccessTable,
24: x_attempts OUT NOCOPY NUMBER);
25: ---------------------------------------------------------------------------------------------------------
26: --This function returns the customer id of the customer that the user requests access to.
27: --This can be customised to return the customer id in case of custom search queries.