DBA Data[Home] [Help]

APPS.ONT_OEXOECCL_XMLP_PKG dependencies on OE_SYS_PARAMETERS

Line 262: RP_DUMMY_ITEM := NVL( OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID',mo_global.get_current_org_id()),0 );

258: Following PL/SQL fetches the Master Organization Id for the session.
259: Used in the WHERE clause of the query.
260: ------------------------------------------------------------------------------*/
261: BEGIN
262: RP_DUMMY_ITEM := NVL( OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID',mo_global.get_current_org_id()),0 );
263: EXCEPTION
264: WHEN OTHERS THEN
265: /*SRW.MESSAGE(1000,'Error in fetching Master Organization Id for the session');*/
266: RP_DUMMY_ITEM := 0;