DBA Data[Home] [Help]

APPS.OKL_STREAMS_RECON_PVT dependencies on HR_OPERATING_UNITS

Line 144: FROM hr_operating_units

140: CURSOR get_org_id
141: IS
142: SELECT name,
143: organization_id
144: FROM hr_operating_units
145: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request
146:
147: -- To get different currency code in the system
148: CURSOR get_currency_code(p_org_id IN okc_k_headers_b.authoring_org_id%TYPE,

Line 1177: FROM hr_operating_units

1173: CURSOR get_org_id
1174: IS
1175: SELECT name,
1176: organization_id
1177: FROM hr_operating_units
1178: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request
1179:
1180: -- To get different currency code in the system
1181: CURSOR get_currency_code(p_org_id IN okc_k_headers_b.authoring_org_id%TYPE,