DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on PO_COMPLEX_WORK_PVT

Line 1185: l_isFinancing := PO_COMPLEX_WORK_PVT.is_financing_po( p_po_header_id => l_po_header_id,

1181: WHERE pol.po_line_id = p_lines.po_line_id_tbl(i)
1182: AND draft_id = po_autocreate_params.g_draft_id;
1183:
1184: d_progress := 30;
1185: l_isFinancing := PO_COMPLEX_WORK_PVT.is_financing_po( p_po_header_id => l_po_header_id,
1186: p_draft_id => po_autocreate_params.g_draft_id );
1187:
1188: IF (PO_LOG.d_stmt) THEN
1189: PO_LOG.stmt(d_module, d_progress, 'l_isFinancing', l_isFinancing);

Line 1202: PO_COMPLEX_WORK_PVT.get_default_payitem_info( p_po_header_id => l_po_header_id ,

1198: -- autocreating from requisition or there are no payitems negotiated
1199: -- in sourcing for this line. We need to populate data for the default
1200: -- payitem in the interface tables.
1201:
1202: PO_COMPLEX_WORK_PVT.get_default_payitem_info( p_po_header_id => l_po_header_id ,
1203: p_draft_id => po_autocreate_params.g_draft_id ,
1204: p_po_line_id => p_lines.po_line_id_tbl(i) ,
1205: p_line_value_basis => l_line_value_basis ,
1206: p_line_matching_basis => l_line_matching_basis ,