DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_CONSTANTS_SV

Line 298: l_transaction_line_rec_type.application_id := PO_CONSTANTS_SV.APPLICATION_ID;

294: LOOP
295: IF l_shipment_type_tbl(i) IN ('STANDARD','PLANNED','BLANKET','SCHEDULED')
296: THEN
297: l_transaction_line_rec_type.internal_organization_id := l_line_location_org_id_tbl(i);
298: l_transaction_line_rec_type.application_id := PO_CONSTANTS_SV.APPLICATION_ID;
299: /* Bug 14004400: Applicaton id being passed to EB Tax was responsibility id rather than 201 which
300: is pased when the tax lines are created. Same should be passed when they are deleted. */
301: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
302: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;

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

297: l_transaction_line_rec_type.internal_organization_id := l_line_location_org_id_tbl(i);
298: l_transaction_line_rec_type.application_id := PO_CONSTANTS_SV.APPLICATION_ID;
299: /* Bug 14004400: Applicaton id being passed to EB Tax was responsibility id rather than 201 which
300: is pased when the tax lines are created. Same should be passed when they are deleted. */
301: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
302: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
303: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
304: if l_po_release_id_tbl(i) is not null then
305: l_transaction_line_rec_type.trx_id := l_po_release_id_tbl(i);

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

298: l_transaction_line_rec_type.application_id := PO_CONSTANTS_SV.APPLICATION_ID;
299: /* Bug 14004400: Applicaton id being passed to EB Tax was responsibility id rather than 201 which
300: is pased when the tax lines are created. Same should be passed when they are deleted. */
301: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
302: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
303: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
304: if l_po_release_id_tbl(i) is not null then
305: l_transaction_line_rec_type.trx_id := l_po_release_id_tbl(i);
306: else

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

299: /* Bug 14004400: Applicaton id being passed to EB Tax was responsibility id rather than 201 which
300: is pased when the tax lines are created. Same should be passed when they are deleted. */
301: l_transaction_line_rec_type.entity_code := PO_CONSTANTS_SV.PO_ENTITY_CODE ;
302: l_transaction_line_rec_type.event_class_code := PO_CONSTANTS_SV.PO_EVENT_CLASS_CODE;
303: l_transaction_line_rec_type.event_type_code := PO_CONSTANTS_SV.PO_ADJUSTED;
304: if l_po_release_id_tbl(i) is not null then
305: l_transaction_line_rec_type.trx_id := l_po_release_id_tbl(i);
306: else
307: l_transaction_line_rec_type.trx_id := l_po_header_id_tbl(i);