DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CSP_EXCESS_PARTS_PVT

Line 14190: CSP_EXCESS_PARTS_PVT.charges_return_routing(

14186: Open c_location_id(x_charges_detail_rec.ship_to_org_id);
14187: Fetch c_location_id into l_location_id;
14188: Close c_location_id;
14189:
14190: CSP_EXCESS_PARTS_PVT.charges_return_routing(
14191: p_return_type => p_charges_detail_rec.return_type,
14192: p_hz_location_id => l_location_id,
14193: p_item_id => x_charges_detail_rec.inventory_item_id_in,
14194: x_organization_id => x_organization_id,

Line 14237: CSP_EXCESS_PARTS_PVT.charges_return_routing(

14233: Open c_location_id(x_charges_detail_rec.ship_to_org_id);
14234: Fetch c_location_id into l_location_id;
14235: Close c_location_id;
14236:
14237: CSP_EXCESS_PARTS_PVT.charges_return_routing(
14238: p_return_type => p_charges_detail_rec.return_type,
14239: p_hz_location_id => l_location_id,
14240: p_item_id => x_charges_detail_rec.inventory_item_id_in,
14241: x_organization_id => x_organization_id,