DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on PO_CLM_INTG_GRP

Line 2244: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' and l_partial_funded_flag = 'Y' then

2240: -- we had got atleast some rows from our shipments cursor
2241: -- we have atleast one row cascaded (not null line_location_id)
2242: IF x_cascaded_table(n).transaction_type IN ('RECEIVE', 'DELIVER') THEN
2243: -- CLM Project, bug 9403291
2244: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' and l_partial_funded_flag = 'Y' then
2245: x_qty_rcv_exception_code := 'REJECT';
2246: else
2247: x_qty_rcv_exception_code := temp_cascaded_table(current_n).qty_rcv_exception_code;
2248: end if;

Line 2301: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' and l_partial_funded_flag = 'Y' then

2297: NULL;
2298: END;
2299:
2300: -- CLM project, bug 9403291
2301: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' and l_partial_funded_flag = 'Y' then
2302: l_blind_receiving_flag := 'N';
2303: end if;
2304: -- End of CLM project, bug 9403291
2305:

Line 2373: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' then

2369: (x_qty_rcv_exception_code = 'REJECT' AND x_cascaded_table(n).transaction_type ='STD_DELIVER')) then
2370:
2371: x_cascaded_table(n).error_status := 'E';
2372: -- CLM project, bug 9403291
2373: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' then
2374: x_cascaded_table(n).error_message := 'INV_RCV_QTY_OVER_FUNDED_LIMIT';
2375: else
2376: x_cascaded_table(n).error_message := 'INV_RCV_QTY_OVER_TOLERANCE';
2377: end if;

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

2625:
2626:
2627: -- Bug 9403291, CLM Project
2628: If (l_partial_funded_flag = 'N') THEN
2629: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
2630: p_po_line_id => NULL,
2631: p_line_location_id => x_ShipmentDistributionRec.line_location_id,
2632: p_po_distribution_id => null,
2633: x_distribution_type => l_distribution_type,

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

2714: x_ShipmentDistributionRec.unit_meas_lookup_code);
2715:
2716: -- Bug 9403291, CLM Project
2717: If (l_partial_funded_flag = 'N') THEN
2718: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
2719: p_po_line_id => NULL,
2720: p_line_location_id => null,
2721: p_po_distribution_id => x_ShipmentDistributionRec.po_distribution_id,
2722: x_distribution_type => l_distribution_type,

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

2803: x_ShipmentDistributionRec.unit_meas_lookup_code);
2804:
2805: -- Bug 9403291, CLM Project
2806: If (l_partial_funded_flag = 'N') THEN
2807: po_clm_intg_grp.get_funding_info( p_po_header_id => NULL,
2808: p_po_line_id => NULL,
2809: p_line_location_id => null,
2810: p_po_distribution_id => x_ShipmentDistributionRec.po_distribution_id,
2811: x_distribution_type => l_distribution_type,

Line 3227: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' and l_partial_funded_flag = 'Y' THEN

3223: x_shipmentdistributionrec.qty_rcv_exception_code;
3224: END IF;
3225:
3226: -- CLM project , bug 9403291
3227: if PO_CLM_INTG_GRP.is_clm_po(null,null,x_shipmentdistributionrec.line_location_id,null) = 'Y' and l_partial_funded_flag = 'Y' THEN
3228: temp_cascaded_table(current_n).qty_rcv_exception_code := 'REJECT';
3229: END IF;
3230: -- End of CLM project
3231: