DBA Data[Home] [Help]

APPS.EDW_HR_PERSON_PKG dependencies on EDW_LOCAL_INSTANCE

Line 26: from edw_local_instance;

22: --
23: ELSE
24: --
25: select instance_code into l_instance
26: from edw_local_instance;
27: --
28: END IF;
29: --
30: l_emp := p_person_id || '-' || l_instance

Line 67: from edw_local_instance;

63: --
64: ELSE
65: --
66: select instance_code into l_instance
67: from edw_local_instance;
68: --
69: END IF;
70: --
71: l_emp := p_planner_code || '-' || p_organization_id

Line 109: from edw_local_instance;

105: --
106: ELSE
107: --
108: select instance_code into l_instance
109: from edw_local_instance;
110: --
111: END IF;
112: --
113: l_emp := p_salesrep_id || '-' || p_organization_id