DBA Data[Home] [Help]

APPS.PO_LINE_LOCATIONS_PKG_S2 dependencies on STANDARD

Line 134: IF X_Shipment_Type in ('STANDARD', 'PLANNED', 'BLANKET', 'SCHEDULED') AND

130: l_tax_attribute_update_code PO_LINE_LOCATIONS_ALL.tax_attribute_update_code%type;--
131: BEGIN
132:
133: --
134: IF X_Shipment_Type in ('STANDARD', 'PLANNED', 'BLANKET', 'SCHEDULED') AND
135: PO_TAX_INTERFACE_PVT.any_tax_attributes_updated(
136: p_doc_type => 'PO',
137: p_doc_level => 'SHIPMENT',
138: p_doc_level_id => X_Line_Location_Id,

Line 309: IF l_shipment_type in ('STANDARD','PLANNED','BLANKET','SCHEDULED') THEN

305: Raise NO_DATA_FOUND;
306: end if;
307:
308: --
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 ;