DBA Data[Home] [Help]

APPS.PON_USER_PROFILE_PKG dependencies on POS_PARTY_MANAGEMENT_PKG

Line 633: l_enterprise_id := pos_party_management_pkg.get_emp_or_ctgt_wrkr_pty_id(l_user_id);

629: END IF;
630:
631:
632: -- check if a row exists in HR
633: l_enterprise_id := pos_party_management_pkg.get_emp_or_ctgt_wrkr_pty_id(l_user_id);
634:
635: IF (g_fnd_debug = 'Y') THEN
636: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
637: FND_LOG.string( log_level => FND_LOG.level_statement,

Line 663: l_enterprise_id := POS_PARTY_MANAGEMENT_PKG.check_for_enterprise_user(p_username);

659: END IF;
660:
661: if x_row_in_hr = 'Y' then -- {This implies that the user is a HR user.
662:
663: l_enterprise_id := POS_PARTY_MANAGEMENT_PKG.check_for_enterprise_user(p_username);
664: IF l_enterprise_id <> -1 THEN
665: x_enterprise_relationship := 'Y';
666: ELSE
667: POS_ENTERPRISE_UTIL_PKG.pos_create_enterprise_user(p_username

Line 715: l_vendor_id := POS_PARTY_MANAGEMENT_PKG.check_for_vendor_user(p_username);

711: x_extra_info := 'Y';
712: end if;
713:
714: else
715: l_vendor_id := POS_PARTY_MANAGEMENT_PKG.check_for_vendor_user(p_username);
716: if (l_vendor_id <> -1 and l_vendor_id <> -2) then --{
717: x_vendor_relationship := 'Y';
718:
719: retrieve_vendor_user_info(