DBA Data[Home] [Help]

APPS.OKL_PTM_PVT dependencies on HR_OPERATING_UNITS

Line 1880: l_org_id hr_operating_units.organization_id%TYPE;

1876: FUNCTION Set_Attributes (p_ptmv_rec IN ptmv_rec_type, x_ptmv_rec OUT NOCOPY ptmv_rec_type)
1877: RETURN VARCHAR2 IS
1878:
1879: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
1880: l_org_id hr_operating_units.organization_id%TYPE;
1881:
1882: BEGIN
1883:
1884: --fnd_profile.get('ORG_ID', l_org_id);

Line 3093: l_org_id hr_operating_units.organization_id%TYPE;

3089: FUNCTION Set_Attributes (p_ptmv_rec IN ptmv_rec_type,
3090: x_ptmv_rec OUT NOCOPY ptmv_rec_type) RETURN VARCHAR2 IS
3091:
3092: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
3093: l_org_id hr_operating_units.organization_id%TYPE;
3094:
3095: BEGIN
3096: x_ptmv_rec := p_ptmv_rec;
3097: