DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on MO_GLOBAL

Line 341: -- MO_GLOBAL.init('CSF');

337: where shipment_header_id = p_receive_hdr_rec.receipt_header_id;
338:
339: BEGIN
340: SAVEPOINT receive_shipments_pvt;
341: -- MO_GLOBAL.init('CSF');
342:
343: -- bug # 10425434
344: -- change context to operating unit where you want to receive the part
345:

Line 360: l_org_org_id := mo_global.get_current_org_id;

356: WHERE rsl.shipment_header_id = p_receive_hdr_rec.receipt_header_id
357: AND reqd.distribution_id = rsl.req_distribution_id
358: AND rownum = 1;
359:
360: l_org_org_id := mo_global.get_current_org_id;
361:
362: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
363: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module_name,
364: 'l_org_id = ' || l_org_id);

Line 371: l_org_org_id := mo_global.get_current_org_id;

367: end if;
368:
369: if l_org_org_id is null then
370: po_moac_utils_pvt.INITIALIZE;
371: l_org_org_id := mo_global.get_current_org_id;
372: end if;
373:
374: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
375: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module_name,

Line 1211: l_operating_unit := mo_global.get_current_org_id;

1207: l_header_interface_id := l_rcv_transaction_rec.header_interface_id;
1208: l_project_id := NULL;
1209: l_task_id := NULL;
1210:
1211: l_operating_unit := mo_global.get_current_org_id;
1212:
1213: -- populate DB items in rcv_transaction block
1214: INSERT INTO rcv_transactions_interface
1215: (