DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on MO_GLOBAL

Line 146: MO_GLOBAL.init('OKL');

142: --------------------------------------------------------------
143: -- debug section
144: -- select count(*), CONTRACT_LINE_ID from OKL_CNTRCT_LINE_FIN_EXTRACT_T group by CONTRACT_LINE_ID having count(*) > 1
145: ------------------------------------------------------------------
146: MO_GLOBAL.init('OKL');
147: MO_GLOBAL.set_policy_context('S',P_OPERATING_UNIT);
148:
149: l_row_count := 0;
150:

Line 147: MO_GLOBAL.set_policy_context('S',P_OPERATING_UNIT);

143: -- debug section
144: -- select count(*), CONTRACT_LINE_ID from OKL_CNTRCT_LINE_FIN_EXTRACT_T group by CONTRACT_LINE_ID having count(*) > 1
145: ------------------------------------------------------------------
146: MO_GLOBAL.init('OKL');
147: MO_GLOBAL.set_policy_context('S',P_OPERATING_UNIT);
148:
149: l_row_count := 0;
150:
151: IF P_FA_INFO_YN like 'YES' THEN

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

6365: ------------------------------------------------------------
6366: CURSOR op_unit_csr IS
6367: SELECT NAME
6368: FROM hr_operating_units
6369: WHERE ORGANIZATION_ID=MO_GLOBAL.GET_CURRENT_ORG_ID;--MOAC- Concurrent request
6370:
6371:
6372: l_del_row_count NUMBER;
6373: l_op_unit_name hr_operating_units.name%TYPE;

Line 6384: MO_GLOBAL.set_policy_context('S',p_operating_unit);

6380: -- Add couple of blank lines
6381: fnd_file.new_line(fnd_file.log,2);
6382: fnd_file.new_line(fnd_file.output,2);
6383:
6384: MO_GLOBAL.set_policy_context('S',p_operating_unit);
6385:
6386: -- Get the request Id
6387: l_request_id := NULL;
6388: OPEN req_id_csr;