DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_COMPLEX_WORK_PVT

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

1928: when no_data_found then
1929: x_price_change :='Y';
1930: end;
1931:
1932: if (PO_COMPLEX_WORK_PVT.is_complex_work_po(x_po_header_id)) then
1933: l_is_complex_po:='Y';
1934: end if;
1935:
1936: if (PO_COMPLEX_WORK_PVT.is_financing_po(x_po_header_id)) then

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

1932: if (PO_COMPLEX_WORK_PVT.is_complex_work_po(x_po_header_id)) then
1933: l_is_complex_po:='Y';
1934: end if;
1935:
1936: if (PO_COMPLEX_WORK_PVT.is_financing_po(x_po_header_id)) then
1937: l_is_actual_po:='N';
1938: end if;
1939:
1940: if (((x_order_type = 'AMOUNT') and (l_is_complex_po='N')) or ((l_is_actual_po='Y') and (l_is_complex_po='Y'))) then