DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_COMPLEX_WORK_PVT

Line 2079: if (PO_COMPLEX_WORK_PVT.is_complex_work_po(x_po_header_id)) then

2075: when no_data_found then
2076: x_price_change :='Y';
2077: end;
2078:
2079: if (PO_COMPLEX_WORK_PVT.is_complex_work_po(x_po_header_id)) then
2080: l_is_complex_po:='Y';
2081: end if;
2082:
2083: if (PO_COMPLEX_WORK_PVT.is_financing_po(x_po_header_id)) then

Line 2083: if (PO_COMPLEX_WORK_PVT.is_financing_po(x_po_header_id)) then

2079: if (PO_COMPLEX_WORK_PVT.is_complex_work_po(x_po_header_id)) then
2080: l_is_complex_po:='Y';
2081: end if;
2082:
2083: if (PO_COMPLEX_WORK_PVT.is_financing_po(x_po_header_id)) then
2084: l_is_actual_po:='N';
2085: end if;
2086:
2087: if (((x_order_type = 'AMOUNT') and (l_is_complex_po='N')) or ((l_is_actual_po='Y') and (l_is_complex_po='Y'))) then