DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_COMPLEX_WORK_PVT

Line 1302: l_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_style(

1298: FROM po_headers_interface phi
1299: WHERE phi.interface_header_id = x_interface_header_id;
1300:
1301: IF (l_style_id IS NOT NULL) THEN
1302: l_is_complex_work_po := PO_COMPLEX_WORK_PVT.is_complex_work_style(
1303: p_style_id => l_style_id
1304: );
1305: ELSE
1306: l_is_complex_work_po := FALSE;

Line 14111: l_isFinancing := PO_COMPLEX_WORK_PVT.is_financing_po(

14107: WHERE pol.po_line_id = p_po_line_id;
14108:
14109: d_progress := 20;
14110:
14111: l_isFinancing := PO_COMPLEX_WORK_PVT.is_financing_po(
14112: p_po_header_id => l_po_header_id
14113: );
14114:
14115: IF (PO_LOG.d_stmt) THEN

Line 14130: PO_COMPLEX_WORK_PVT.get_default_payitem_info(

14126: -- autocreating from requisition or there are no payitems negotiated
14127: -- in sourcing for this line. We need to populate data for the default
14128: -- payitem in the interface tables.
14129:
14130: PO_COMPLEX_WORK_PVT.get_default_payitem_info(
14131: p_po_header_id => l_po_header_id
14132: , p_po_line_id => p_po_line_id
14133: , p_line_value_basis => l_line_value_basis
14134: , p_line_matching_basis => l_line_matching_basis