DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_PKG_S2 dependencies on PO_CONSTANTS_SV

Line 313: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;

309: IF l_shipment_type in ('STANDARD','PLANNED','BLANKET','SCHEDULED') THEN
310:
311: l_transaction_line_rec_type.internal_organization_id := l_org_id;
312: l_transaction_line_rec_type.application_id := FND_GLOBAL.resp_appl_id;
313: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
314: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
315: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
316: l_transaction_line_rec_type.trx_id := NVL(l_po_release_id, l_po_header_id);
317: l_transaction_line_rec_type.trx_level_type := 'SHIPMENT';

Line 314: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;

310:
311: l_transaction_line_rec_type.internal_organization_id := l_org_id;
312: l_transaction_line_rec_type.application_id := FND_GLOBAL.resp_appl_id;
313: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
314: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
315: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
316: l_transaction_line_rec_type.trx_id := NVL(l_po_release_id, l_po_header_id);
317: l_transaction_line_rec_type.trx_level_type := 'SHIPMENT';
318: l_transaction_line_rec_type.trx_line_id := l_line_location_id;

Line 315: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;

311: l_transaction_line_rec_type.internal_organization_id := l_org_id;
312: l_transaction_line_rec_type.application_id := FND_GLOBAL.resp_appl_id;
313: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
314: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
315: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
316: l_transaction_line_rec_type.trx_id := NVL(l_po_release_id, l_po_header_id);
317: l_transaction_line_rec_type.trx_level_type := 'SHIPMENT';
318: l_transaction_line_rec_type.trx_line_id := l_line_location_id;
319: