DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on FND_PROFILE

Line 606: , decode(RL.URGENT_FLAG,'Y', fnd_profile.value('POR_URGENT_FLAG_SHIPMENT_PRIORITY_CODE'),null)

602: decode(l_op_unit_id, -1, NULL, l_op_unit_id),
603: l_source_secondary_uom, --MUM1.UOM_CODE,
604: l_source_secondary_quantity, --RL.SECONDARY_QUANTITY,
605: decode(si.grade_control_flag,'Y',RL.preferred_grade,NULL) -- RL.PREFERRED_GRADE
606: , decode(RL.URGENT_FLAG,'Y', fnd_profile.value('POR_URGENT_FLAG_SHIPMENT_PRIORITY_CODE'),null)
607: FROM PO_REQUISITION_LINES RL,
608: PO_REQUISITION_HEADERS RH,
609: PO_REQ_DISTRIBUTIONS RD, --only one distribution allowed!
610: MTL_SYSTEM_ITEMS SI,