DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on HR_OPERATING_UNITS

Line 46: from hr_operating_units

42: and hr.organization_id = p_chr_rec.inv_organization_id;
43:
44: CURSOR l_csr2 IS
45: select 'x'
46: from hr_operating_units
47: where organization_id = p_chr_rec.authoring_org_id;
48:
49:
50: l_dummy1 VARCHAR2(1) := '?';

Line 123: p_token3_value => 'HR_OPERATING_UNITS');

119: p_token1_value => 'AUTHORING_ORG_ID',
120: p_token2 => g_child_table_token,
121: p_token2_value => G_VIEW,
122: p_token3 => g_parent_table_token,
123: p_token3_value => 'HR_OPERATING_UNITS');
124: x_return_status := OKE_API.G_RET_STS_ERROR;
125: END IF;
126: END IF;
127: