DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_PVT dependencies on MO_GLOBAL

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

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

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

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

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

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

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

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