DBA Data[Home] [Help]

APPS.ARI_SELF_REGISTRATION_PKG dependencies on ARI_SELF_REG_CONFIG

Line 552: --If customer site id is -1, pass null to ARI_SELF_REG_CONFIG

548: IF (PG_DEBUG = 'Y') THEN
549: arp_standard.debug(l_debug_info);
550: END IF;
551:
552: --If customer site id is -1, pass null to ARI_SELF_REG_CONFIG
553: IF (p_customer_site_use_id <> -1) THEN
554: l_customer_site_use_id := p_customer_site_use_id;
555: END IF;
556:

Line 557: ARI_SELF_REG_CONFIG.verify_customer_site_access(p_customer_id => p_customer_id,

553: IF (p_customer_site_use_id <> -1) THEN
554: l_customer_site_use_id := p_customer_site_use_id;
555: END IF;
556:
557: ARI_SELF_REG_CONFIG.verify_customer_site_access(p_customer_id => p_customer_id,
558: p_customer_site_use_id => l_customer_site_use_id,
559: x_verify_access => l_verify_access,
560: x_attempts => l_attempts);
561:

Line 709: ARI_SELF_REG_CONFIG.validate_cust_detail_access(p_customer_id => p_customer_id,

705: IF (PG_DEBUG = 'Y') THEN
706: arp_standard.debug(l_debug_info);
707: END IF;
708:
709: ARI_SELF_REG_CONFIG.validate_cust_detail_access(p_customer_id => p_customer_id,
710: x_verify_access => l_verify_access,
711: x_attempts => l_attempts);
712:
713:

Line 3194: l_access_domain_cust_id := ARI_SELF_REG_CONFIG.get_customer_id(p_access_domain_search_type,p_access_domain_search_number);

3190: IF (PG_DEBUG = 'Y') THEN
3191: arp_standard.debug('l_profile_reg_hold_type '||l_profile_reg_hold_type||' l_profile_reg_hold_days '||l_profile_reg_hold_days);
3192: END IF;
3193:
3194: l_access_domain_cust_id := ARI_SELF_REG_CONFIG.get_customer_id(p_access_domain_search_type,p_access_domain_search_number);
3195:
3196: OpenRegistrationCur(p_cust_account_id => l_access_domain_cust_id,
3197: p_billto_id => p_access_domain_billto_id,
3198: p_user_name => p_user_name,