DBA Data[Home] [Help]

APPS.POS_PROFILE_PKG dependencies on POS_PARTY_MANAGEMENT_PKG

Line 86: l_enterprise_id := POS_PARTY_MANAGEMENT_PKG.check_for_enterprise_user(l_username);

82: if l_employee_id is not null then
83:
84: l_step := 2;
85:
86: l_enterprise_id := POS_PARTY_MANAGEMENT_PKG.check_for_enterprise_user(l_username);
87:
88: l_step := 3;
89:
90: if l_enterprise_id <> -1 then