DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on RCV_CORE_S

Line 1632: - RCV_CORE_S.get_receiving_controls

1628: * Convert the secondary quantity/uom
1629: * derive the retainage rate.
1630: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1631: NOTE: Use the following procedures to derive the lines attributes:
1632: - RCV_CORE_S.get_receiving_controls
1633: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1634: ==============================================================================*/
1635:
1636: PROCEDURE derive_and_default_lines(p_lines IN OUT NOCOPY po_autocreate_types.lines_rec_type )

Line 1996: RCV_CORE_S.get_receiving_controls ( p_order_type_lookup_code => l_order_type_lookup_code ,

1992: IF (NVL(p_lines.clm_info_flag_tbl(i),'N')<>'Y') THEN
1993:
1994: l_progress := '100';
1995:
1996: RCV_CORE_S.get_receiving_controls ( p_order_type_lookup_code => l_order_type_lookup_code ,
1997: p_purchase_basis => l_purchase_basis ,
1998: p_line_location_id => NULL ,
1999: p_item_id => p_lines.item_id_tbl(i) ,
2000: p_org_id => NVL(p_lines.dest_organization_id_tbl(i),