DBA Data[Home] [Help]

APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on MO_GLOBAL

Line 114: l_org_id NUMBER := MO_GLOBAL.get_current_org_id;

110: l_api_name VARCHAR2(30) := 'AUTO_RCV_SUBCON_COMP';
111: l_inventory_org_id NUMBER;
112: l_shikyu_not_enable VARCHAR2(500);
113: l_conc_succ BOOLEAN;
114: l_org_id NUMBER := MO_GLOBAL.get_current_org_id;
115: --find all TP inventory by org_id
116: CURSOR all_inventory_c IS
117: SELECT haou.organization_id
118: FROM mtl_parameters mp,

Line 127: AND hoi.org_information3 = MO_GLOBAL.get_current_org_id

123: AND haou.organization_id = hoi.organization_id
124: AND haou.organization_id = haoutl.organization_id
125: AND mp.trading_partner_org_flag = 'Y'
126: AND hoi.org_information_context = 'Accounting Information'
127: AND hoi.org_information3 = MO_GLOBAL.get_current_org_id
128: AND haoutl.LANGUAGE = USERENV('LANG');
129:
130: BEGIN
131: JMF_SHIKYU_UTIL.debug_output

Line 151: l_org_id := MO_GLOBAL.get_current_org_id;

147: ,p_message => 'l_org_id :'||l_org_id
148: );
149:
150: -- get org_id from MOAC
151: l_org_id := MO_GLOBAL.get_current_org_id;
152:
153: -- is Shikyu is not enable , show a error message.
154: IF (FND_PROFILE.VALUE('JMF_SHK_CHARGE_BASED_ENABLED')='Y')-- OR 1=1
155: THEN