DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_CONSTANTS_SV

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

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
296: l_transaction_line_rec_type.trx_id := l_po_release_id_tbl(i);

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

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
296: l_transaction_line_rec_type.trx_id := l_po_release_id_tbl(i);
297: else

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

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
296: l_transaction_line_rec_type.trx_id := l_po_release_id_tbl(i);
297: else
298: l_transaction_line_rec_type.trx_id := l_po_header_id_tbl(i);