DBA Data[Home] [Help]

APPS.OKL_STREAMS_RECON_PVT dependencies on MO_GLOBAL

Line 145: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request

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,
149: p_contract_number IN okc_k_headers_b.contract_number%TYPE,

Line 1178: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID; --MOAC- Concurrent request

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,
1182: p_contract_number IN okc_k_headers_b.contract_number%TYPE,