DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_COMPLEX_WORK_PVT

Line 1515: l_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_style(

1511: FROM po_headers_interface phi
1512: WHERE phi.interface_header_id = x_interface_header_id;
1513:
1514: IF (l_style_id IS NOT NULL) THEN
1515: l_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_style(
1516: p_style_id => l_style_id
1517: );
1518: ELSE
1519: l_is_complex_work_po := FALSE;

Line 15017: l_isFinancing := PO_COMPLEX_WORK_PVT.is_financing_po(

15013: WHERE pol.po_line_id = p_po_line_id;
15014:
15015: d_progress := 20;
15016:
15017: l_isFinancing := PO_COMPLEX_WORK_PVT.is_financing_po(
15018: p_po_header_id => l_po_header_id
15019: );
15020:
15021: IF (PO_LOG.d_stmt) THEN

Line 15036: PO_COMPLEX_WORK_PVT.get_default_payitem_info(

15032: -- autocreating from requisition or there are no payitems negotiated
15033: -- in sourcing for this line. We need to populate data for the default
15034: -- payitem in the interface tables.
15035:
15036: PO_COMPLEX_WORK_PVT.get_default_payitem_info(
15037: p_po_header_id => l_po_header_id
15038: , p_po_line_id => p_po_line_id
15039: , p_line_value_basis => l_line_value_basis
15040: , p_line_matching_basis => l_line_matching_basis