DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on FND_GLOBAL

Line 291: l_transaction_line_rec_type.application_id := FND_GLOBAL.resp_appl_id;

287: LOOP
288: IF l_shipment_type_tbl(i) IN ('STANDARD','PLANNED','BLANKET','SCHEDULED')
289: THEN
290: l_transaction_line_rec_type.internal_organization_id := l_line_location_org_id_tbl(i);
291: l_transaction_line_rec_type.application_id := FND_GLOBAL.resp_appl_id;
292: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
293: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
294: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
295: if l_po_release_id_tbl(i) is not null then

Line 1263: last_updated_by = fnd_global.user_id

1259: -- For this line, update all its corresponding shipment records
1260: UPDATE po_line_locations_all
1261: SET price_override = l_price,
1262: last_update_date = SYSDATE,
1263: last_updated_by = fnd_global.user_id
1264: WHERE po_line_id = l_po_lines_rec.po_line_id;
1265: END IF; --l_type_lookup_code = 'STANDARD'
1266:
1267: IF (PO_LOG.d_proc) THEN