DBA Data[Home] [Help]

APPS.RCV_AVAILABILITY dependencies on PO_CLM_INTG_GRP

Line 813: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,

809: FETCH get_po_order INTO x_order_row;
810: CLOSE get_po_order;
811:
812: --
813: l_is_clm_po := po_clm_intg_grp.is_clm_po( p_po_header_id => NULL,
814: p_po_line_id => NULL,
815: p_po_line_location_id => p_supply_demand_line_id,
816: p_po_distribution_id => NULL);
817:

Line 823: po_clm_intg_grp.get_funding_info(p_po_header_id => NULL,

819: l_partial_funded_flag := 'N';
820:
821: IF l_is_clm_po = 'Y' THEN
822:
823: po_clm_intg_grp.get_funding_info(p_po_header_id => NULL,
824: p_po_line_id => NULL,
825: p_line_location_id => p_supply_demand_line_id,
826: p_po_distribution_id => NULL,
827: x_distribution_type => l_distribution_type,